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

/external/chromium_org/third_party/leveldatabase/src/util/
H A Doptions.cc21 block_cache(NULL),
/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/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Doptions.h98 Cache* block_cache; member in struct:leveldb::Options
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc59 u32 idx = block_alloc_.Alloc(&thr->block_cache);
90 block_alloc_.Free(&thr->block_cache, idx & ~kFlagMask);
216 block_alloc_.FlushCache(&thr->block_cache);
H A Dtsan_rtl.h379 DenseSlabAllocCache block_cache; member in struct:__tsan::ThreadState
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dautocompact_test.cc23 options_.block_cache = tiny_cache_;
H A Drepair.cc54 owns_cache_(options_.block_cache != options.block_cache),
66 delete options_.block_cache;
H A Ddb_impl.cc110 if (result.block_cache == NULL) {
111 result.block_cache = NewLRUCache(8 << 20);
123 owns_cache_(options_.block_cache != raw_options.block_cache),
173 delete options_.block_cache;
H A Dcorruption_test.cc38 options_.block_cache = tiny_cache_;
H A Dc.cc438 opt->rep.block_cache = c->rep;
H A Ddb_bench.cc694 options.block_cache = cache_;
H A Ddb_test.cc1686 options.block_cache = NewLRUCache(0); // Prevent cache hits
1725 delete options.block_cache;

Completed in 5248 milliseconds