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() function140 if (allocation_end_page(hole) > allocation_end_page(a)) { in alloc()141 heap_holes.emplace(allocation{allocation_end_page(a), in alloc()142 allocation_end_page(hole) - allocation_end_page(a)}); in alloc()168 if (next->start_page == allocation_end_page(a)) { in dealloc()176 if (allocation_end_page(*prev) == next->start_page) { in dealloc()193 if (allocation_end_page(*prev) == a.start_page) { in dealloc()