Open 3D Engine EMotionFX Gem 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.
MCore::MemoryTracker::Allocation Struct Reference

#include <MemoryTracker.h>

Public Attributes

void * m_memAddress
 
size_t m_numBytes
 
uint32 m_categoryId
 

Detailed Description

Information about a single allocations.

Member Data Documentation

◆ m_categoryId

uint32 MCore::MemoryTracker::Allocation::m_categoryId

The memory category of this allocation.

◆ m_memAddress

void* MCore::MemoryTracker::Allocation::m_memAddress

The memory address of the allocation.

◆ m_numBytes

size_t MCore::MemoryTracker::Allocation::m_numBytes

The number of bytes allocated at this address.


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