class RED::MemoryLeakTracker::MemInfos
Data record for a memory allocation.
#include <REDMemoryLeakTracker.h>
Public variables:
unsigned int | _alloc_number |
int | _callerid |
size_t | _size |
Variables documentation
public unsigned int RED::MemoryLeakTracker::MemInfos::_alloc_number
Number of the allocation recorded during the program execution.
Identifier of the allocation caller. Look at the REDMemoryAllocator.h file for a list of engine memory allocation sources.
public size_t RED::MemoryLeakTracker::MemInfos::_size
Byte size of the allocation.