Home
last modified time | relevance | path

Searched refs:Z_TagMalloc (Results 1 – 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
Dzone.h90 void *Z_TagMalloc (int size, int tag);
Dzone.cpp147 buf = Z_TagMalloc (size, 1); in Z_Malloc()
155 void *Z_TagMalloc (int size, int tag) in Z_TagMalloc() function
/external/quake/quake/src/QW/client/
Dzone.h90 void *Z_TagMalloc (int size, int tag);
Dzone.c147 buf = Z_TagMalloc (size, 1); in Z_Malloc()
155 void *Z_TagMalloc (int size, int tag) in Z_TagMalloc() function