Searched defs:block_cache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Doptions.h98 Cache* block_cache; member in struct:leveldb::Options
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable.cc75 rep->cache_id = (options.block_cache ? options.block_cache->NewId() : 0);
158 Cache* block_cache = table->rep_->options.block_cache; local
170 if (block_cache != NULL) {
175 cache_handle = block_cache->Lookup(key);
177 block = reinterpret_cast<Block*>(block_cache->Value(cache_handle));
183 cache_handle = block_cache->Insert(
202 iter->RegisterCleanup(&ReleaseBlock, block_cache, cache_handle);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h379 DenseSlabAllocCache block_cache; member in struct:__tsan::ThreadState

Completed in 1269 milliseconds