This is the complete list of members for yaze::core::MemoryTracker, including all inherited members.
allocations_ | yaze::core::MemoryTracker | private |
DumpAllocations() const | yaze::core::MemoryTracker | inline |
GetInstance() | yaze::core::MemoryTracker | inlinestatic |
GetTotalAllocated() const | yaze::core::MemoryTracker | inline |
IsFreed(const void *ptr) const | yaze::core::MemoryTracker | inline |
MemoryTracker()=default | yaze::core::MemoryTracker | private |
mutex_ | yaze::core::MemoryTracker | mutableprivate |
total_allocated_ | yaze::core::MemoryTracker | private |
TrackAllocation(const void *ptr, size_t size, const char *type) | yaze::core::MemoryTracker | inline |
TrackDeallocation(const void *ptr) | yaze::core::MemoryTracker | inline |