|
API Documentation
|
|
|
41 template <
typename T =
char*,
typename U = DefaultMemorySpace>
66 const FreeListMemorySpaceWrapper<T, U>&
getPage (
unsigned long long index) ;
84 void free (
unsigned long long allocationIndex) ;
A default memory space allocator, offering the most basic memory allocation method.
Definition: DefaultMemorySpaceAllocator.h:24
unsigned long long _index
Definition: FreeListPager.h:23
Smart pointer owning the object instance it encapsulates.
Definition: UniquePtr.h:17
Holds information about an allocation returned by the pager.
Definition: FreeListPager.h:13
T _allocation
Definition: FreeListPager.h:17
Defines the interface for a memory space allocator, to be used within the pagers.
Definition: MemorySpaceAllocator.h:13
Encompasses all API of component NilkinsMemory.
Definition: Allocator.h:7