Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h382 static const u32 MaxNumBatches = SCUDO_ANDROID ? 4U : 8U; variable
H A Dprimary64.h517 static const u32 MaxNumBatches = SCUDO_ANDROID ? 4U : 8U; variable