Home
last modified time | relevance | path

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

/leveldb-1.20/db/
H A Dautocompact_test.cc16 Cache* tiny_cache_; member in leveldb::AutoCompactTest
22 tiny_cache_ = NewLRUCache(100); in AutoCompactTest()
23 options_.block_cache = tiny_cache_; in AutoCompactTest()
33 delete tiny_cache_; in ~AutoCompactTest()
H A Dcorruption_test.cc31 Cache* tiny_cache_; member in leveldb::CorruptionTest
36 tiny_cache_ = NewLRUCache(100); in CorruptionTest()
38 options_.block_cache = tiny_cache_; in CorruptionTest()
51 delete tiny_cache_; in ~CorruptionTest()
H A Dfault_injection_test.cc366 Cache* tiny_cache_; member in leveldb::FaultInjectionTest
372 tiny_cache_(NewLRUCache(100)), in FaultInjectionTest()
379 options_.block_cache = tiny_cache_; in FaultInjectionTest()
386 delete tiny_cache_; in ~FaultInjectionTest()