Searched refs:isSmallBlock (Results 1 – 2 of 2) sorted by relevance
145 if (isSmallBlock(getSizeByClassId(I))) in init()611 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() function1265 if (isSmallBlock(BlockSize) && ReleaseType == ReleaseToOS::Normal) in hasChanceToReleasePages()1348 if (isSmallBlock(BlockSize)) { in collectGroupsToRelease()1447 if (isSmallBlock(BlockSize)) { in collectGroupsToRelease()
184 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() function1039 if (isSmallBlock(BlockSize) && ReleaseType == ReleaseToOS::Normal) in hasChanceToReleasePages()1113 if (isSmallBlock(BlockSize) && (BytesInBG * 100U) / AllocatedGroupSize < in markFreeBlocks()