Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h596 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() function
624 if (isSmallBlock(getSizeByClassId(ClassId))) in initRegion()
1318 if (isSmallBlock(BlockSize) && ReleaseType == ReleaseToOS::Normal) in hasChanceToReleasePages()
1401 if (isSmallBlock(BlockSize)) { in collectGroupsToRelease()
1500 if (isSmallBlock(BlockSize)) { in collectGroupsToRelease()
H A Dprimary32.h187 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() function
1046 if (isSmallBlock(BlockSize) && ReleaseType == ReleaseToOS::Normal) in hasChanceToReleasePages()
1120 if (isSmallBlock(BlockSize) && (BytesInBG * 100U) / AllocatedGroupSize < in markFreeBlocks()