Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::mem::SmallBlockAllocatorPageStats Struct Referencefinal

Allocation statistics for one small-block size class. More...

#include <smallblock_allocator.h>

Public Attributes

uint64_t mem_total
 Total allocated memory for this size class.
 
uint64_t mem_used
 Memory reserved by live blocks for this size class.
 
uint32_t num_pages
 Number of allocated pages.
 
uint32_t num_pages_free
 Number of reusable pages (partial + empty).
 

Detailed Description

Allocation statistics for one small-block size class.


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