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

  /external/quake/quake/src/QW/client/
zone.c 873 Cache_Alloc
876 void *Cache_Alloc (cache_user_t *c, int size, char *name)
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/
zone.cpp 868 Cache_Alloc
871 void *Cache_Alloc (cache_user_t *c, int size, const char *name)
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 37 milliseconds