This is the complete list of members for Burger::AllocatorBase, including all inherited members.
| allocate_memory(uintptr_t uSize) const noexcept=0 | Burger::AllocatorBase | pure virtual |
| 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 | |
| free_memory(const void *pInput) const noexcept=0 | Burger::AllocatorBase | pure virtual |
| g_StaticRTTI | Burger::AllocatorBase | static |
| get_class_name(void) const noexcept | Burger::Base | inline |
| get_StaticRTTI(void) const noexcept override | Burger::AllocatorBase | virtual |
| reallocate_memory(const void *pInput, uintptr_t uSize) const noexcept=0 | Burger::AllocatorBase | pure virtual |
| ~Base() noexcept=default | Burger::Base | virtual |