Searched defs:Z_TagMalloc (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dzone.c147 buf = Z_TagMalloc (size, 1);
155 void *Z_TagMalloc (int size, int tag) function
161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag");
/external/quake/quake/src/WinQuake/
H A Dzone.cpp147 buf = Z_TagMalloc (size, 1);
155 void *Z_TagMalloc (int size, int tag) function
161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag");

Completed in 92 milliseconds