PageAllocator(const Range range)
Class constructor.
Allocates virtual memory using the memory server.
virtual Result release(const Address addr)
Release memory.
virtual Result allocate(Range &args)
Allocate memory.
static const Size MinimumAllocationSize
Minimum size required for allocations.
Size m_allocated
Total number of bytes allocated.
virtual Size available() const
Get memory available.