Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h396 static const u32 MaxNumBatches = SCUDO_ANDROID ? 4U : 8U; global() variable
H A Dprimary64.h537 static const u32 MaxNumBatches = SCUDO_ANDROID ? 4U : 8U; global() variable