HomeSort by relevance Sort by last modified time
    Searched defs:Z_TagMalloc (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
zone.c 147 buf = Z_TagMalloc (size, 1);
155 void *Z_TagMalloc (int size, int tag)
161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag");
  /external/quake/quake/src/WinQuake/
zone.cpp 147 buf = Z_TagMalloc (size, 1);
155 void *Z_TagMalloc (int size, int tag)
161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag");
  /gdk/samples/quake/jni/
zone.cpp 147 buf = Z_TagMalloc (size, 1);
155 void *Z_TagMalloc (int size, int tag)
161 Sys_Error ("Z_TagMalloc: tried to use a 0 tag");

Completed in 59 milliseconds