![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Lists the non-full and full pages belonging to an allocator. More...
#include <paged_allocator.h>
Public Member Functions | |
| GAIA_NODISCARD bool | empty () const |
| Reports whether the container has no pages. | |
Public Attributes | |
| cnt::fwd_llist< MemoryPage< T, RequestedBlockSize > > | pagesFree |
| List of available pages. | |
| cnt::fwd_llist< MemoryPage< T, RequestedBlockSize > > | pagesFull |
| List of full pages. | |
Lists the non-full and full pages belonging to an allocator.
| T | Allocation category. |
| RequestedBlockSize | Requested bytes per block. |
|
inline |
Reports whether the container has no pages.