Contains report of the state.
#include <srl_memory.hpp>
|
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.
|
|