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

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

Completed in 126 milliseconds