Searched refs:allocation_end_page (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/
H A Dvma_random_test.cpp66 constexpr uint64_t allocation_end_page(const allocation& a) { function in namespace:__anon1f95655f0110
135 if (allocation_end_page(hole) > allocation_end_page(a)) {
136 heap_holes.emplace(allocation{allocation_end_page(a),
137 allocation_end_page(hole) - allocation_end_page(a)});
163 if (next->start_page == allocation_end_page(a)) {
171 if (allocation_end_page(*prev) == next->start_page) {
188 if (allocation_end_page(*prev) == a.start_page) {
/xsrc/external/mit/MesaLib/dist/src/util/tests/vma/
H A Dvma_random_test.cpp66 constexpr uint64_t allocation_end_page(const allocation& a) { function in namespace:__anon61ec44720110
140 if (allocation_end_page(hole) > allocation_end_page(a)) {
141 heap_holes.emplace(allocation{allocation_end_page(a),
142 allocation_end_page(hole) - allocation_end_page(a)});
168 if (next->start_page == allocation_end_page(a)) {
176 if (allocation_end_page(*prev) == next->start_page) {
193 if (allocation_end_page(*prev) == a.start_page) {

Completed in 4 milliseconds