Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h84 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 19; member
113 static const uptr SecondaryCacheDefaultMaxEntrySize = 2UL << 20; member
144 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 18; member
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp96 static const scudo::uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 20; member