Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Debug::AllocationInfo Struct Reference

#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::StackFramem_stackFrames {}
 
unsigned int m_stackFramesCount {}
 
AZ::u64 m_timeStamp {}
 Timestamp for sorting/tracking allocations.
 

Detailed Description

Allocation tracking information.


The documentation for this struct was generated from the following file: