Home
last modified time | relevance | path

Searched refs:SecondaryCacheDefaultMaxEntrySize (Results 1 – 3 of 3) 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
H A Dsecondary.h141 static_cast<sptr>(Config::SecondaryCacheDefaultMaxEntrySize)); in init()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp96 static const scudo::uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 20; member