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

  /external/quake/quake/src/QW/client/
zone.c 593 Cache_Free (c->user);
600 Cache_Free (c->user); // tough luck...
646 Cache_Free (c->user); // didn't move out of the way
767 Cache_Free ( cache_head.next->user ); // reclaim the space
824 Cache_Free
829 void Cache_Free (cache_user_t *c)
834 Sys_Error ("Cache_Free: not allocated");
904 Cache_Free ( cache_head.lru_prev->user );
  /external/quake/quake/src/WinQuake/
zone.cpp 588 Cache_Free (c->user);
595 Cache_Free (c->user); // tough luck...
641 Cache_Free (c->user); // didn't move out of the way
762 Cache_Free ( cache_head.next->user ); // reclaim the space
819 Cache_Free
824 void Cache_Free (cache_user_t *c)
829 Sys_Error ("Cache_Free: not allocated");
899 Cache_Free ( cache_head.lru_prev->user );
  /gdk/samples/quake/jni/
zone.cpp 588 Cache_Free (c->user);
595 Cache_Free (c->user); // tough luck...
641 Cache_Free (c->user); // didn't move out of the way
762 Cache_Free ( cache_head.next->user ); // reclaim the space
819 Cache_Free
824 void Cache_Free (cache_user_t *c)
829 Sys_Error ("Cache_Free: not allocated");
899 Cache_Free ( cache_head.lru_prev->user );

Completed in 278 milliseconds