Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h145 if (isSmallBlock(getSizeByClassId(I))) in init()
611 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() function
1265 if (isSmallBlock(BlockSize) && ReleaseType == ReleaseToOS::Normal) in hasChanceToReleasePages()
1348 if (isSmallBlock(BlockSize)) { in collectGroupsToRelease()
1447 if (isSmallBlock(BlockSize)) { in collectGroupsToRelease()
H A Dprimary32.h184 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() function
1039 if (isSmallBlock(BlockSize) && ReleaseType == ReleaseToOS::Normal) in hasChanceToReleasePages()
1113 if (isSmallBlock(BlockSize) && (BytesInBG * 100U) / AllocatedGroupSize < in markFreeBlocks()