Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h151 static const u32 DefaultMaxEntriesCount = 32U; member
196 static const u32 DefaultMaxEntriesCount = 32U; member
H A Dsecondary.h180 static_assert(CacheConfig::DefaultMaxEntriesCount <=
187 static_cast<sptr>(CacheConfig::DefaultMaxEntriesCount)); in init()