Lines Matching defs:cache_size
58 #define CACHE_SIZE 25660 static int cinc, cache_size;150 if (cinc >= cache_size)152 cache_size += CACHE_SIZE;153 cache = TREALLOC(char, cache, cache_size);2051 cache_size = CACHE_SIZE;2052 cache = TMALLOC(char, cache_size);2752 assert(cache_size >= CACHE_SIZE);
Indexes created Sun Mar 01 05:31:48 UTC 2026