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::GroupStats Struct Reference

#include <MemoryTracker.h>

Public Attributes

size_t m_currentNumBytes
 
uint32 m_currentNumAllocs
 
uint32 m_totalNumAllocs
 
uint32 m_totalNumReallocs
 
uint32 m_totalNumFrees
 

Detailed Description

The memory statistics for a given group.

Member Data Documentation

◆ m_totalNumAllocs

uint32 MCore::MemoryTracker::GroupStats::m_totalNumAllocs

Total number of allocations ever made in this category.

◆ m_totalNumFrees

uint32 MCore::MemoryTracker::GroupStats::m_totalNumFrees

Total number of frees ever made in this category.

◆ m_totalNumReallocs

uint32 MCore::MemoryTracker::GroupStats::m_totalNumReallocs

Total number of reallocations ever made in this category.


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