Home
last modified time | relevance | path

Searched refs:Cache_TryAlloc (Results 1 – 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
Dzone.c571 cache_system_t *Cache_TryAlloc (int size, qboolean nobottom);
585 new = Cache_TryAlloc (c->size, true); in Cache_Move()
685 cache_system_t *Cache_TryAlloc (int size, qboolean nobottom) in Cache_TryAlloc() function
891 cs = Cache_TryAlloc (size, false); in Cache_Alloc()
/external/quake/quake/src/WinQuake/
Dzone.cpp566 cache_system_t *Cache_TryAlloc (int size, qboolean nobottom);
580 newc = Cache_TryAlloc (c->size, true); in Cache_Move()
680 cache_system_t *Cache_TryAlloc (int size, qboolean nobottom) in Cache_TryAlloc() function
886 cs = Cache_TryAlloc (size, false); in Cache_Alloc()