Home
last modified time | relevance | path

Searched defs:SecondaryCacheDefaultMaxEntriesCount (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h93 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U; member
124 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U; member
157 static const u32 SecondaryCacheDefaultMaxEntriesCount = 4U; member
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp95 static const scudo::u32 SecondaryCacheDefaultMaxEntriesCount = 64U; member