Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h715 const uptr BytesInBG = NumBlocks * BlockSize; variable
719 if (CheckDensity && (BytesInBG * 100U) / AllocatedGroupSize <
H A Dprimary64.h749 const uptr BytesInBG = NumBlocks * BlockSize; variable
754 if (CheckDensity && (BytesInBG * 100U) / AllocatedGroupSize <