Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/client/
Dzone.c569 } cache_system_t; typedef
571 cache_system_t *Cache_TryAlloc (int size, qboolean nobottom);
573 cache_system_t cache_head;
580 void Cache_Move ( cache_system_t *c) in Cache_Move()
582 cache_system_t *new; in Cache_Move()
590 Q_memcpy ( new+1, c+1, c->size - sizeof(cache_system_t) ); in Cache_Move()
613 cache_system_t *c; in Cache_FreeLow()
635 cache_system_t *c, *prev; in Cache_FreeHigh()
655 void Cache_UnlinkLRU (cache_system_t *cs) in Cache_UnlinkLRU()
666 void Cache_MakeLRU (cache_system_t *cs) in Cache_MakeLRU()
[all …]
/external/quake/quake/src/WinQuake/
Dzone.cpp564 } cache_system_t; typedef
566 cache_system_t *Cache_TryAlloc (int size, qboolean nobottom);
568 cache_system_t cache_head;
575 void Cache_Move ( cache_system_t *c) in Cache_Move()
577 cache_system_t *newc; in Cache_Move()
585 Q_memcpy ( newc+1, c+1, c->size - sizeof(cache_system_t) ); in Cache_Move()
608 cache_system_t *c; in Cache_FreeLow()
630 cache_system_t *c, *prev; in Cache_FreeHigh()
650 void Cache_UnlinkLRU (cache_system_t *cs) in Cache_UnlinkLRU()
661 void Cache_MakeLRU (cache_system_t *cs) in Cache_MakeLRU()
[all …]