Home
last modified time | relevance | path

Searched refs:MAX_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/genfun/lib/
Dgenfun.js49 const MAX_CACHE_SIZE = 32 constant
187 } else if (genfun[kCache].key.length < MAX_CACHE_SIZE) {
/third_party/pulseaudio/src/modules/
Dmodule-augment-properties.c43 #define MAX_CACHE_SIZE 50 macro
275 while (pa_hashmap_size(cache) >= MAX_CACHE_SIZE) { in make_room()
/third_party/python/Lib/urllib/
Dparse.py85 MAX_CACHE_SIZE = 20 variable
469 if len(_parse_cache) >= MAX_CACHE_SIZE: # avoid runaway growth