Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dzone.h124 void *Cache_Alloc (cache_user_t *c, int size, const char *name);
Dsnd_mem.cpp139 sc = (sfxcache_t*) Cache_Alloc ( &s->cache, len + sizeof(sfxcache_t), s->name); in S_LoadSound()
Dzone.cpp871 void *Cache_Alloc (cache_user_t *c, int size, const char *name) in Cache_Alloc() function
Dcommon.cpp1590 buf = (byte*) Cache_Alloc (loadcache, len+1, base); in COM_LoadFile()
Dgl_model.cpp1640 Cache_Alloc (&mod->cache, total, loadname); in Mod_LoadAliasModel()
Dmodel.cpp1654 Cache_Alloc (&mod->cache, total, loadname); in Mod_LoadAliasModel()
/external/quake/quake/src/QW/client/
Dzone.h124 void *Cache_Alloc (cache_user_t *c, int size, char *name);
Dskin.c152 out = Cache_Alloc (&skin->cache, 320*200, skin->name); in Skin_Cache()
Dsnd_mem.c139 sc = Cache_Alloc ( &s->cache, len + sizeof(sfxcache_t), s->name); in S_LoadSound()
Dzone.c876 void *Cache_Alloc (cache_user_t *c, int size, char *name) in Cache_Alloc() function
Dcommon.c1577 buf = Cache_Alloc (loadcache, len+1, base); in COM_LoadFile()
Dmodel.c1677 Cache_Alloc (&mod->cache, total, loadname); in Mod_LoadAliasModel()
Dgl_model.c1686 Cache_Alloc (&mod->cache, total, loadname); in Mod_LoadAliasModel()