Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h94 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 19; member
125 static const uptr SecondaryCacheDefaultMaxEntrySize = 2UL << 20; member
158 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 18; member
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp96 static const scudo::uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 20; member