Searched refs:allocation_end_page (Results 1 – 1 of 1) sorted by relevance
66 constexpr uint64_t allocation_end_page(const allocation& a) { in allocation_end_page() function135 if (allocation_end_page(hole) > allocation_end_page(a)) { in alloc()136 heap_holes.emplace(allocation{allocation_end_page(a), in alloc()137 allocation_end_page(hole) - allocation_end_page(a)}); in alloc()163 if (next->start_page == allocation_end_page(a)) { in dealloc()171 if (allocation_end_page(*prev) == next->start_page) { in dealloc()188 if (allocation_end_page(*prev) == a.start_page) { in dealloc()