![]() |
doom3-gpl
Doom 3 GPL source release
|
#import "../../idlib/precompiled.h"#import <Foundation/Foundation.h>#import <mach/mach.h>#import <mach/vm_map.h>#include "macosx_local.h"#include "macosx_sys.h"Go to the source code of this file.
Macros | |
| #define | CD_MOUNT_NAME "DOOM" |
Functions | |
| const char * | macosx_scanForLibraryDirectory (void) |
| void * | osxAllocateMemoryNV (long size, float readFrequency, float writeFrequency, float priority) |
| void | osxFreeMemoryNV (void *pointer) |
| void * | osxAllocateMemory (long size) |
| void | osxFreeMemory (void *pointer) |
| void | Sys_FlushCacheMemory (void *base, int bytes) |
| #define CD_MOUNT_NAME "DOOM" |
Definition at line 37 of file macosx_utils.mm.
Definition at line 45 of file macosx_utils.mm.
| void* osxAllocateMemory | ( | long | size | ) |
Definition at line 84 of file macosx_utils.mm.
Definition at line 53 of file macosx_utils.mm.
Definition at line 107 of file macosx_utils.mm.
Definition at line 74 of file macosx_utils.mm.
Definition at line 155 of file macosx_utils.mm.
1.8.6.