CryAudio::Impl::SMemoryInfo

CryAudio::Impl::SMemoryInfo

#include

Public Attributes

size_t totalMemory
size_t secondaryPoolSize
size_t secondaryPoolUsedSize
size_t secondaryPoolAllocations
size_t poolUsedObjects
size_t poolConstructedObjects
size_t poolUsedMemory
size_t poolAllocatedMemory

Detailed Description

This is a POD structure used to pass the information about an implementation's memory usage Note: This struct cannot define a constructor, it needs to be a POD!