mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
prototype Z_ClearZone
This commit is contained in:
parent
00b1ea4340
commit
ad8b5670e2
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ typedef struct memzone_s memzone_t;
|
|||
|
||||
void Memory_Init (void *buf, int size);
|
||||
|
||||
void Z_ClearZone (memzone_t *zone, int size);
|
||||
void Z_Free (memzone_t *zone, void *ptr);
|
||||
void *Z_Malloc (memzone_t *zone, int size); // returns 0 filled memory
|
||||
void *Z_TagMalloc (memzone_t *zone, int size, int tag);
|
||||
|
|
Loading…
Reference in a new issue