Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h81 static const u32 DefaultMaxEntriesCount = 32U; member
126 static const u32 DefaultMaxEntriesCount = 32U; member
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp110 static const scudo::u32 DefaultMaxEntriesCount = 64U; member