Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h91 static const u32 SecondaryCacheEntriesArraySize = 32U; member
122 static const u32 SecondaryCacheEntriesArraySize = 256U; member
155 static const u32 SecondaryCacheEntriesArraySize = 16U; member
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp93 static const scudo::u32 SecondaryCacheEntriesArraySize = 128U; member