![]() |
Raven Engine v0.1
|
Struct to hold memory allocation information. More...
#include <MemoryTracker.h>
Public Attributes | |
| usize | size |
| const char * | function |
| Size of the allocated memory block. | |
Struct to hold memory allocation information.
This struct stores the size of the allocated memory and the function where it was allocated.
| const char* Raven::MemoryTracker::AllocationInfo::function |
Size of the allocated memory block.
| usize Raven::MemoryTracker::AllocationInfo::size |