![]() |
Raven Engine v0.1
|
Represents a single allocation record. More...
#include <StackAllocator.h>
Public Attributes | |
| void * | Ptr |
| usize | Size |
Represents a single allocation record.
Contains the pointer and size of an allocation returned by StackAllocator.
| void* Raven::Allocation::Ptr |
Pointer to the allocated memory.
| usize Raven::Allocation::Size |
Size in bytes of the allocation.