Class RangeAllocator

Inheritance Relationships

Base Type

Class Documentation

class RangeAllocator : public Azura::Memory::Allocator

Public Functions

RangeAllocator(MemoryBuffer &buffer, U32 size)
~RangeAllocator()
RangeAllocator(const RangeAllocator &other)
RangeAllocator &operator=(const RangeAllocator &other)
RangeAllocator(RangeAllocator &&other)
RangeAllocator &operator=(RangeAllocator &&other)

Protected Functions

void *Allocate(U32 size, U32 alignment)
void Deallocate(void *address)