Home
last modified time | relevance | path

Searched defs:kCacheSize (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DMemory.h70 constexpr static size_t kCacheSize = 1 << kCacheBits; variable
/system/update_engine/payload_consumer/
Dcached_file_descriptor_unittest.cc38 const size_t kCacheSize = 100; variable
Ddelta_performer.cc83 const uint64_t kCacheSize = 1024 * 1024; // 1MB variable
/system/core/libutils/
DLruCache_test.cpp216 const size_t kCacheSize = 512; in TEST_F() local