Holds Statistics about how many allocations/release have been issued. More...
#include <Memory.h>
Public Attributes | |
size_t | numAllocate = 0 |
How many times MemoryAllocator::allocate has been called. More... | |
size_t | numReallocate = 0 |
How many times MemoryAllocator::reallocate has been called. More... | |
size_t | numRelease = 0 |
How many times MemoryAllocator::release has been called. More... | |
Holds Statistics about how many allocations/release have been issued.
size_t SC::MemoryAllocator::Statistics::numAllocate = 0 |
How many times MemoryAllocator::allocate has been called.
size_t SC::MemoryAllocator::Statistics::numReallocate = 0 |
How many times MemoryAllocator::reallocate has been called.
size_t SC::MemoryAllocator::Statistics::numRelease = 0 |
How many times MemoryAllocator::release has been called.