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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcache.h34 size_t gc_limit; // # of bytes allowed before GC member in struct:fst::CacheOptions
37 CacheOptions(bool g, size_t l) : gc(g), gc_limit(l) {}
40 gc_limit(FLAGS_fst_default_cache_gc_limit) {}
54 // performed, in a rough approximation of LRU order, when 'gc_limit'
55 // bytes is reached - controlling memory use. When 'gc_limit' is 0,
82 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ?
83 opts.gc_limit : kMinCacheLimit) {}
H A Ddifference.h132 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dintersect.h122 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dreplace.h677 opts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dsynchronize.h453 opts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Dcompose.h902 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
H A Ddeterminize.h714 nopts.gc_limit = 0; // Cache only the last state for fastest copy.

Completed in 40 milliseconds