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

/external/quake/quake/src/QW/client/
H A Dzone.c873 Cache_Alloc
876 void *Cache_Alloc (cache_user_t *c, int size, char *name) function
881 Sys_Error ("Cache_Alloc: allready allocated");
884 Sys_Error ("Cache_Alloc: size %i", size);
902 Sys_Error ("Cache_Alloc: out of memory");
/external/quake/quake/src/WinQuake/
H A Dzone.cpp868 Cache_Alloc
871 void *Cache_Alloc (cache_user_t *c, int size, const char *name) function
876 Sys_Error ("Cache_Alloc: allready allocated");
879 Sys_Error ("Cache_Alloc: size %i", size);
897 Sys_Error ("Cache_Alloc: out of memory");

Completed in 50 milliseconds