Go to the source code of this file.
Data Structures |
| struct | memblock_s |
Typedefs |
| typedef struct memblock_s | memblock_t |
Functions |
| void | Z_Init (void) |
| void | Z_FreeTags (int lowtag, int hightag) |
| void | Z_DumpHeap (int lowtag, int hightag) |
| void | Z_FileDumpHeap (FILE *f) |
| void | Z_CheckHeap (void) |
| size_t | Z_FreeMemory (void) |
| void * | Z_Malloc2 (size_t size, int tag, void *user, const char *file, int line) |
| void | Z_Free2 (void *ptr, const char *file, int line) |
| void | Z_ChangeTag2 (void *ptr, int tag) |
| void | Z_ChangeTag2 (const void *ptr, int tag) |
Typedef Documentation
Function Documentation
| void Z_ChangeTag2 |
( |
void * |
ptr, |
|
|
int |
tag |
|
) |
| |
| void Z_ChangeTag2 |
( |
const void * |
ptr, |
|
|
int |
tag |
|
) |
| [inline] |
| void Z_CheckHeap |
( |
void |
| ) |
|
| void Z_DumpHeap |
( |
int |
lowtag, |
|
|
int |
hightag |
|
) |
| |
| void Z_FileDumpHeap |
( |
FILE * |
f | ) |
|
| void Z_Free2 |
( |
void * |
ptr, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
| size_t Z_FreeMemory |
( |
void |
| ) |
|
| void Z_FreeTags |
( |
int |
lowtag, |
|
|
int |
hightag |
|
) |
| |
| void* Z_Malloc2 |
( |
size_t |
size, |
|
|
int |
tag, |
|
|
void * |
user, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |