Home
last modified time | relevance | path

Searched refs:gc_limit (Results 1 – 7 of 7) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h34 size_t gc_limit; // # of bytes allowed before GC member
37 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()
Dintersect.h122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
Ddifference.h132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
Dsynchronize.h453 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Synchronize()
Dreplace.h677 opts.gc_limit = 0; // Cache only the last state for fastest copy. in Replace()
Ddeterminize.h714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
Dcompose.h902 nopts.gc_limit = 0; // Cache only the last state for fastest copy.