|
LeviLamina
|
This is the complete list of members for OreUI::IPlatformAllocator, including all inherited members.
| alignedAllocate(uint size, uint alignment)=0 (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | pure virtual |
| alignedDeallocate(void *ptr)=0 (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | pure virtual |
| allocate(uint size)=0 (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | pure virtual |
| deallocate(void *ptr)=0 (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | pure virtual |
| reallocate(void *ptr, uint size)=0 (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | pure virtual |
| virtualAllocate(void *hint, uint size, int protection, int flags)=0 (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | pure virtual |
| virtualFree(void *ptr, uint size, int flags)=0 (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | pure virtual |
| ~IPlatformAllocator()=default (defined in OreUI::IPlatformAllocator) | OreUI::IPlatformAllocator | virtual |