This is the complete list of members for Burger::AllocatorHandle, including all inherited members.
| allocate_memory(uintptr_t uSize) const noexcept final | Burger::AllocatorHandle | inlinevirtual |
| allocate_memory_clear(uintptr_t uSize) const noexcept | Burger::AllocatorBase | |
| allocate_memory_copy(const void *pInput, uintptr_t uSize) const noexcept | Burger::AllocatorBase | |
| AllocatorBase() noexcept=default | Burger::AllocatorBase | |
| AllocatorHandle(MemoryManagerHandle *pMemoryManagerHandle) noexcept | Burger::AllocatorHandle | inline |
| free_memory(const void *pInput) const noexcept final | Burger::AllocatorHandle | inlinevirtual |
| g_StaticRTTI | Burger::AllocatorHandle | static |
| get_class_name(void) const noexcept | Burger::Base | inline |
| get_StaticRTTI(void) const noexcept override | Burger::AllocatorHandle | virtual |
| m_pMemoryManagerHandle | Burger::AllocatorHandle | private |
| reallocate_memory(const void *pInput, uintptr_t uSize) const noexcept final | Burger::AllocatorHandle | inlinevirtual |
| ~Base() noexcept=default | Burger::Base | virtual |