LeviLamina
Loading...
Searching...
No Matches
Bedrock::Memory::DefaultAllocator Class Reference
+ Inheritance diagram for Bedrock::Memory::DefaultAllocator:

Public Member Functions

virtual void * allocate (uint64)
 
virtual void release (void *)
 
virtual void * alignedAllocate (uint64, uint64)
 
virtual void alignedRelease (void *)
 
virtual uint64 getUsableSize (void *)
 
virtual void * _realloc (::gsl::not_null< void * >, uint64)
 

Member Function Documentation

◆ 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: