![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| PagedAllocatorImpl (PagedAllocatorImpl &&world)=delete | |
| PagedAllocatorImpl (const PagedAllocatorImpl &world)=delete | |
| PagedAllocatorImpl & | operator= (PagedAllocatorImpl &&)=delete |
| PagedAllocatorImpl & | operator= (const PagedAllocatorImpl &)=delete |
| void * | alloc (uint32_t dummy) |
| Allocates memory. | |
| void | free (void *pBlock) |
| Releases memory allocated for pointer. | |
| MemoryPageStats | stats () const |
| Returns allocator statistics. | |
| void | flush () |
| Flushes unused memory. | |
| void | diag () const |
| Performs diagnostics of the memory used. | |