Searched refs:MAX_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance
49 const MAX_CACHE_SIZE = 32 constant187 } else if (genfun[kCache].key.length < MAX_CACHE_SIZE) {
43 #define MAX_CACHE_SIZE 50 macro275 while (pa_hashmap_size(cache) >= MAX_CACHE_SIZE) { in make_room()
85 MAX_CACHE_SIZE = 20 variable469 if len(_parse_cache) >= MAX_CACHE_SIZE: # avoid runaway growth