Searched refs:gc_limit (Results 1 – 7 of 7) sorted by relevance
34 size_t gc_limit; // # of bytes allowed before GC member37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {} in CacheOptions()40 gc_limit(FLAGS_fst_default_cache_gc_limit) {} in CacheOptions()82 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ? in CacheBaseImpl()83 opts.gc_limit : kMinCacheLimit) {} in CacheBaseImpl()
122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
453 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Synchronize()
677 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Replace()
714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
902 nopts.gc_limit = 0; // Cache only the last state for fastest copy.