implement Z_Realloc, PR_Zone_Realloc and pr_obj_realloc

This commit is contained in:
Bill Currie 2002-05-29 20:58:53 +00:00
parent ce8fbadf41
commit a7b5b56a2c
5 changed files with 46 additions and 4 deletions

View file

@ -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