Used to allocate and free memory in the VM address space. More...
Functions | |
| void | PR_Zone_Free (progs_t *pr, void *ptr) |
| void | PR_Zone_Init (progs_t *pr) |
| void * | PR_Zone_Malloc (progs_t *pr, pr_int_t size) |
| void * | PR_Zone_Realloc (progs_t *pr, void *ptr, pr_int_t size) |
Used to allocate and free memory in the VM address space.
| void PR_Zone_Init | ( | progs_t * | pr | ) |