Home
last modified time | relevance | path

Searched refs: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
816 Min(MaxNumBatches * MaxCount, in populateFreeList()
821 MaxNumBatches * TransferBatchT::MaxNumCached; in populateFreeList()
H A Dprimary64.h517 static const u32 MaxNumBatches = SCUDO_ANDROID ? 4U : 8U; variable
1064 Min(MaxNumBatches * MaxCount, in populateFreeListAndPopBlocks()
1071 MaxNumBatches * TransferBatchT::MaxNumCached; in populateFreeListAndPopBlocks()