Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h705 uptr AllocatedGroupSize = BG.GroupId == CurRegionGroupId variable
708 if (AllocatedGroupSize == 0)
719 if (CheckDensity && (BytesInBG * 100U) / AllocatedGroupSize <
H A Dprimary64.h739 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd variable
742 if (AllocatedGroupSize == 0)
754 if (CheckDensity && (BytesInBG * 100U) / AllocatedGroupSize <