edbee - Qt Editor Library
|
This structure is used to 'remember' what is allocated at which place. More...
#include <debug_allocs.h>
Public Member Functions | |
void | clear () |
Public Attributes | |
void * | pointer |
std::size_t | size |
char * | file |
int | line |
This structure is used to 'remember' what is allocated at which place.
|
inline |
char* edbee::DebugAllocation::file |
int edbee::DebugAllocation::line |
void* edbee::DebugAllocation::pointer |
std::size_t edbee::DebugAllocation::size |