◆ allocate()
virtual void * Bedrock::Memory::DefaultAllocator::allocate |
( |
uint64 | | ) |
|
|
virtual |
◆ release()
virtual void Bedrock::Memory::DefaultAllocator::release |
( |
void * | | ) |
|
|
virtual |
◆ alignedAllocate()
virtual void * Bedrock::Memory::DefaultAllocator::alignedAllocate |
( |
uint64 | , |
|
|
uint64 | ) |
|
virtual |
◆ alignedRelease()
virtual void Bedrock::Memory::DefaultAllocator::alignedRelease |
( |
void * | | ) |
|
|
virtual |
◆ getUsableSize()
virtual uint64 Bedrock::Memory::DefaultAllocator::getUsableSize |
( |
void * | | ) |
|
|
virtual |
◆ _realloc()
virtual void * Bedrock::Memory::DefaultAllocator::_realloc |
( |
::gsl::not_null< void * > | , |
|
|
uint64 | ) |
|
virtual |
The documentation for this class was generated from the following file: