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

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.

Byte size of the allocation.