public abstract

Inheritance Graph

graph BT
	ResourceAllocator
	click ResourceAllocator "classUtil_1_1ResourceAllocator"

Description

Classes

   
struct Util::ResourceAllocator::Allocation

Public Functions

   
   
Allocation allocate(size_t size)
   
Allocation allocate(const Util::ResourceFormat & format, size_t count)
   
void free( Allocation && allocation)

Documentation

function
Util::ResourceAllocator::allocate

public virtual
     
     
Allocation allocate( size_t size )

Defined in Util/Resources/ResourceAllocator.h:28


function
Util::ResourceAllocator::allocate

public inline virtual
     
     
Allocation allocate( const Util::ResourceFormat & format,
  size_t count
)    

Defined in Util/Resources/ResourceAllocator.h:29


function
Util::ResourceAllocator::free

public virtual
     
     
void free( Allocation && allocation )

Defined in Util/Resources/ResourceAllocator.h:32