This is the complete list of members for Burger::AllocatorBase, including all inherited members.
alloc(uintptr_t uSize) const noexcept=0 | Burger::AllocatorBase | pure virtual |
alloc_clear(uintptr_t uSize) const noexcept | Burger::AllocatorBase | |
alloc_copy(const void *pInput, uintptr_t uSize) const noexcept | Burger::AllocatorBase | |
AllocatorBase() noexcept=default | Burger::AllocatorBase | |
free(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 |
realloc(const void *pInput, uintptr_t uSize) const noexcept=0 | Burger::AllocatorBase | pure virtual |
~Base() noexcept=default | Burger::Base | virtual |