![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
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. | |
Aggregate statistics for a paged allocator.