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

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc141 const int table_cache_size = options_.max_open_files - kNumNonTableCacheFiles; local
142 table_cache_ = new TableCache(dbname_, &options_, table_cache_size);

Completed in 54 milliseconds