#include <heap_linux.h>
Static Public Member Functions | |
static void | free (void *memory, int pages) |
static void | freePage (void *memory) |
static void * | getPage () |
static void * | getPages (int pages) |
static long | pageSize () |
static void Falcon::HeapMem_Linux::free | ( | void * | memory, | |
int | pages | |||
) | [inline, static] |
static void Falcon::HeapMem_Linux::freePage | ( | void * | memory | ) | [inline, static] |
References free().
static void* Falcon::HeapMem_Linux::getPage | ( | ) | [inline, static] |
References getPages().
static void* Falcon::HeapMem_Linux::getPages | ( | int | pages | ) | [inline, static] |
static long Falcon::HeapMem_Linux::pageSize | ( | ) | [inline, static] |
References PAGE_SIZE.