#include <AllocationRecords.h>
Public Attributes | |
| size_t | m_byteSize {} |
| const char * | m_name {} |
| const char * | m_fileName {} |
| int | m_lineNum {} |
| unsigned int | m_alignment {} |
| void * | m_namesBlock {} |
| Memory block if m_name and m_fileName have been allocated specifically for this allocation record. | |
| size_t | m_namesBlockSize {} |
| AZ::Debug::StackFrame * | m_stackFrames {} |
| unsigned int | m_stackFramesCount {} |
| AZ::u64 | m_timeStamp {} |
| Timestamp for sorting/tracking allocations. | |
Allocation tracking information.