CommonLibSSE NG
Loading...
Searching...
No Matches
RE::hkMemoryAllocator::MemoryStatistics Struct Reference

#include <hkMemoryAllocator.h>

Public Attributes

std::int64_t allocated
 
std::int64_t inUse
 
std::int64_t peakInUse
 
std::int64_t available
 
std::int64_t totalAvailable
 
std::int64_t largestBlock
 

Static Public Attributes

static constexpr std::int64_t INFINITE_SIZE = -1
 

Member Data Documentation

◆ allocated

std::int64_t RE::hkMemoryAllocator::MemoryStatistics::allocated

◆ available

std::int64_t RE::hkMemoryAllocator::MemoryStatistics::available

◆ INFINITE_SIZE

constexpr std::int64_t RE::hkMemoryAllocator::MemoryStatistics::INFINITE_SIZE = -1
staticconstexpr

◆ inUse

std::int64_t RE::hkMemoryAllocator::MemoryStatistics::inUse

◆ largestBlock

std::int64_t RE::hkMemoryAllocator::MemoryStatistics::largestBlock

◆ peakInUse

std::int64_t RE::hkMemoryAllocator::MemoryStatistics::peakInUse

◆ totalAvailable

std::int64_t RE::hkMemoryAllocator::MemoryStatistics::totalAvailable

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