DebugHeap() |
void | Allocate(void* ptr, int64_t size, const char* info) |
void | Dispose(void* ptr) |
void | Done() static |
bool | GetDebugHeap() const |
int | GetDebugSerial() const |
void | Init() static |
DebugHeap& | Instance() static |
int | NextSerial() |
void | PrintLeaks() |
void | SetDebugHeap() |
void | SetDebugSerial(int debugSerial_) |
std::unordered_map<void*, Allocation> | allocationMap |
bool | debugHeap |
int | debugSerial |
std::unique_ptr<DebugHeap> | instance static |
int | serial |