Searched refs:heap_holes (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/ |
| H A D | vma_random_test.cpp | 76 : heap_holes{allocation{MEM_START_PAGE, MEM_PAGES}}, rand{seed} 113 for (const auto& hole : heap_holes) { 123 auto i = heap_holes.find(a); 124 assert(i != end(heap_holes)); 130 heap_holes.erase(i); 132 heap_holes.emplace(allocation{hole.start_page, 136 heap_holes.emplace(allocation{allocation_end_page(a), 160 assert(heap_holes.find(a) == end(heap_holes)); 161 auto next = heap_holes 219 std::set<allocation, allocation_less> heap_holes; member in struct:__anon1f95655f0110::random_test [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/tests/vma/ |
| H A D | vma_random_test.cpp | 76 : heap_holes{allocation{MEM_START_PAGE, MEM_PAGES}}, rand{seed} 118 for (const auto& hole : heap_holes) { 128 auto i = heap_holes.find(a); 129 assert(i != end(heap_holes)); 135 heap_holes.erase(i); 137 heap_holes.emplace(allocation{hole.start_page, 141 heap_holes.emplace(allocation{allocation_end_page(a), 165 assert(heap_holes.find(a) == end(heap_holes)); 166 auto next = heap_holes 224 std::set<allocation, allocation_less> heap_holes; member in struct:__anon61ec44720110::random_test [all...] |
Completed in 3 milliseconds