![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| BulkPoolAllocator (const BulkPoolAllocator &ROBIN_HOOD_UNUSED(o)) noexcept | |
| BulkPoolAllocator (BulkPoolAllocator &&o) noexcept | |
| BulkPoolAllocator & | operator= (BulkPoolAllocator &&o) noexcept |
| BulkPoolAllocator & | operator= (const BulkPoolAllocator &ROBIN_HOOD_UNUSED(o)) noexcept |
| void | reset () noexcept |
| T * | allocate () |
| void | deallocate (T *obj) noexcept |
| void | addOrFree (void *ptr, const size_t numBytes) noexcept |
| void | swap (BulkPoolAllocator< T, MinNumAllocs, MaxNumAllocs > &other) noexcept |