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.  | |
Statistics collected.