|
Foundation
|
This is the complete list of members for Foundation::Core::AllocatorHeap, including all inherited members.
| Allocate(size_type size, size_t alignment) override | Foundation::Core::AllocatorHeap | virtual |
| AllocateArena(size_type size, size_t alignment) | Foundation::Core::Allocator | inline |
| AllocateArena(size_type size) | Foundation::Core::Allocator | inline |
| Deallocate(pointer ptr) override | Foundation::Core::AllocatorHeap | virtual |
| DeallocateArena(Arena arena) | Foundation::Core::Allocator | inline |
| Ptr() | Foundation::Core::Allocator | inline |
| QueryBudget(size_t &used, size_t &budget) const override | Foundation::Core::AllocatorHeap | virtual |
| Reallocate(pointer ptr, size_type new_size, size_t alignment) override | Foundation::Core::AllocatorHeap | virtual |
| ~Allocator()=default | Foundation::Core::Allocator | virtual |