mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
implement Z_Realloc, PR_Zone_Realloc and pr_obj_realloc
This commit is contained in:
parent
ce8fbadf41
commit
a7b5b56a2c
5 changed files with 46 additions and 4 deletions
|
@ -234,6 +234,7 @@ void *PR_Resources_Find (progs_t *pr, const char *name);
|
|||
void PR_Zone_Init (progs_t *pr);
|
||||
void PR_Zone_Free (progs_t *pr, void *ptr);
|
||||
void *PR_Zone_Malloc (progs_t *pr, int size);
|
||||
void *PR_Zone_Realloc (progs_t *pr, void *ptr, int size);
|
||||
|
||||
//
|
||||
// PR Debug stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue