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

/external/quake/quake/src/QW/client/
H A Dzone.c484 Hunk_HighAllocName
487 void *Hunk_HighAllocName (int size, char *name) function
492 Sys_Error ("Hunk_HighAllocName: bad size: %i", size);
547 buf = Hunk_HighAllocName (size, "temp");
/external/quake/quake/src/WinQuake/
H A Dzone.cpp479 Hunk_HighAllocName
482 void *Hunk_HighAllocName (int size, const char *name) function
487 Sys_Error ("Hunk_HighAllocName: bad size: %i", size);
542 buf = Hunk_HighAllocName (size, "temp");

Completed in 57 milliseconds