Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dfilter_bench.cc343 size_t max_mem; in Go() local
346 max_mem = SIZE_MAX; in Go()
349 max_mem = static_cast<size_t>(1024 * 1024 * working_mem_size_mb); in Go()
356 while ((working_mem_size_mb == 0 || total_memory_used < max_mem) && in Go()