Home
last modified time | relevance | path

Searched refs:CheckDensity (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h662 const bool CheckDensity = BlockSize < PageSize / 16U; variable
666 if (CheckDensity) {
719 if (CheckDensity && (BytesInBG * 100U) / AllocatedGroupSize <
H A Dprimary64.h671 bool CheckDensity = BlockSize < PageSize / 16U; variable
675 if (CheckDensity) {
754 if (CheckDensity && (BytesInBG * 100U) / AllocatedGroupSize <