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

Aggregate statistics for a paged allocator. More...

#include <paged_allocator.h>

Public Attributes

uint64_t mem_total
 Total allocated memory.
 
uint64_t mem_used
 Memory actively used.
 
uint32_t num_pages
 Number of allocated pages.
 
uint32_t num_pages_free
 Number of free pages.
 

Detailed Description

Aggregate statistics for a paged allocator.


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