PlayRho  2.0.0
An interactive physics engine & library.
playrho::pmr::StatsResource::Stats Struct Reference

Statistics collected. More...

#include <playrho/pmr/StatsResource.hpp>

Public Attributes

std::size_t blocksAllocated {}
 Number of blocks currently allocated.
 
std::size_t bytesAllocated {}
 Number of bytes currently allocated.
 
std::size_t maxAlignment {}
 Maximum alignment size of any allocation.
 
std::size_t maxBlocksAllocated {}
 Maximum number of blocks allocated at any time.
 
std::size_t maxBytes {}
 Maximum byte size of any allocation.
 
std::size_t maxBytesAllocated {}
 Maximum number of bytes allocated at any time.
 

Detailed Description

Statistics collected.


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