Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h128 static_cast<sptr>(Config::SecondaryCacheDefaultMaxEntrySize)); in init()