Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h83 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U; member
112 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U; member
143 static const u32 SecondaryCacheDefaultMaxEntriesCount = 4U; member
H A Dsecondary.h119 static_assert(Config::SecondaryCacheDefaultMaxEntriesCount <=
126 static_cast<sptr>(Config::SecondaryCacheDefaultMaxEntriesCount)); in init()