Home | History | Annotate | Download | only in dist

Lines Matching defs:cache_size

58 #define CACHE_SIZE 256
60 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);