#include <heap_win.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_Win32::free | ( | void * | memory, | |
int | pages | |||
) | [inline, static] |
static void Falcon::HeapMem_Win32::freePage | ( | void * | memory | ) | [inline, static] |
References free().
static void* Falcon::HeapMem_Win32::getPage | ( | ) | [inline, static] |
References getPages().
static void* Falcon::HeapMem_Win32::getPages | ( | int | pages | ) | [inline, static] |
static long Falcon::HeapMem_Win32::pageSize | ( | ) | [inline, static] |
References PAGE_SIZE.