Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h132 static_assert(Config::SecondaryCacheDefaultMaxEntriesCount <=
139 static_cast<sptr>(Config::SecondaryCacheDefaultMaxEntriesCount)); in init()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp95 static const scudo::u32 SecondaryCacheDefaultMaxEntriesCount = 64U; member