|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::sys::PagedAllocatorPage Class Reference#include <PagedAllocator.h>
List of all members.
Member Enumeration Documentation
|
- Enumeration values:
-
Standard |
Standard page with page slots. |
Raw |
|
|
Constructor & Destructor Documentation
Member Function Documentation
void* acdk::lang::sys::PagedAllocatorPage::_allocate |
( |
int |
size, |
|
|
short |
flags |
|
) |
[inline] |
|
void acdk::lang::sys::PagedAllocatorPage::_checkMagic |
( |
|
) |
[inline] |
|
void acdk::lang::sys::PagedAllocatorPage::_deallocatePage |
( |
|
) |
[inline] |
|
int acdk::lang::sys::PagedAllocatorPage::_getFreeCapacity |
( |
|
) |
[inline] |
|
bool acdk::lang::sys::PagedAllocatorPage::_hasCapacity |
( |
int |
size |
) |
[inline] |
|
void* acdk::lang::sys::PagedAllocatorPage::allocate |
( |
int |
size, |
|
|
short |
flags |
|
) |
[inline] |
|
int acdk::lang::sys::PagedAllocatorPage::getFreeCapacity |
( |
|
) |
[inline] |
|
bool acdk::lang::sys::PagedAllocatorPage::hasCapacity |
( |
int |
size |
) |
[inline] |
|
Member Data Documentation
|
|