Foundation
Loading...
Searching...
No Matches
Foundation::Core::Allocator Member List

This is the complete list of members for Foundation::Core::Allocator, including all inherited members.

Allocate(size_type size, size_t alignment=alignof(std::max_align_t))=0Foundation::Core::Allocatorpure virtual
AllocateArena(size_type size, size_t alignment)Foundation::Core::Allocatorinline
AllocateArena(size_type size)Foundation::Core::Allocatorinline
Deallocate(pointer ptr)=0Foundation::Core::Allocatorpure virtual
DeallocateArena(Arena arena)Foundation::Core::Allocatorinline
Ptr()Foundation::Core::Allocatorinline
QueryBudget(size_t &used, size_t &budget) const =0Foundation::Core::Allocatorpure virtual
Reallocate(pointer ptr, size_type new_size, size_t alignment)=0Foundation::Core::Allocatorpure virtual
~Allocator()=defaultFoundation::Core::Allocatorvirtual