Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h152 static const uptr DefaultMaxEntrySize = 1UL << 19; member
197 static const uptr DefaultMaxEntrySize = 2UL << 20; member
H A Dsecondary.h189 static_cast<sptr>(CacheConfig::DefaultMaxEntrySize)); in init()