Searched refs:Cache_Alloc (Results 1 - 13 of 13) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dzone.h124 void *Cache_Alloc (cache_user_t *c, int size, char *name);
H A Dskin.c152 out = Cache_Alloc (&skin->cache, 320*200, skin->name);
H A Dsnd_mem.c139 sc = Cache_Alloc ( &s->cache, len + sizeof(sfxcache_t), s->name);
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");
H A Dcommon.c1577 buf = Cache_Alloc (loadcache, len+1, base);
H A Dgl_model.c1686 Cache_Alloc (&mod->cache, total, loadname);
H A Dmodel.c1677 Cache_Alloc (&mod->cache, total, loadname);
/external/quake/quake/src/WinQuake/
H A Dzone.h124 void *Cache_Alloc (cache_user_t *c, int size, const char *name);
H A Dsnd_mem.cpp139 sc = (sfxcache_t*) Cache_Alloc ( &s->cache, len + sizeof(sfxcache_t), s->name);
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");
H A Dcommon.cpp1590 buf = (byte*) Cache_Alloc (loadcache, len+1, base);
H A Dgl_model.cpp1640 Cache_Alloc (&mod->cache, total, loadname);
H A Dmodel.cpp1654 Cache_Alloc (&mod->cache, total, loadname);

Completed in 232 milliseconds