SaturnRingLibrary 0.6
SGL wrapper
 
Loading...
Searching...
No Matches
SRL::Memory::Report Struct Reference

Detailed Description

Contains report of the state.

#include <srl_memory.hpp>

Public Attributes

size_t AllocationHeaders
 Total size of memory used for allocation headers.
 
size_t FreeBlocks
 Number of available free blocks.
 
size_t FreeSize
 Total size of free available memory.
 
size_t TotalSize
 Total memory zone size.
 
size_t UsedBlocks
 Number of allocated blocks.