Home
last modified time | relevance | path

Searched refs:AlignDownPageSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/base/
Dforever_alloc_test.cc32 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()
/frameworks/libs/binary_translation/base/include/berberis/base/
Dmmap.h31 constexpr T AlignDownPageSize(T x) { in AlignDownPageSize() function
Dforever_alloc.h73 uintptr_t end = AlignDownPageSize(curr) + kPageSize; in AllocateImpl()