Searched refs:AlignDownPageSize (Results 1 – 3 of 3) sorted by relevance
32 ASSERT_GE(AlignDownPageSize(p) + kPageSize, p + size); in CheckOneAllocation()48 ASSERT_EQ(AlignDownPageSize(prev), AlignDownPageSize(curr)); in CheckBasicAllocations()57 ASSERT_NE(AlignDownPageSize(prev), AlignDownPageSize(curr)); in CheckBasicAllocations()
31 constexpr T AlignDownPageSize(T x) { in AlignDownPageSize() function
73 uintptr_t end = AlignDownPageSize(curr) + kPageSize; in AllocateImpl()