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

/xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/
H A Dvma_random_test.cpp73 static const uint64_t MEM_PAGES = MEM_SIZE / MEM_PAGE_SIZE; member in struct:__anon1f95655f0110::random_test
76 : heap_holes{allocation{MEM_START_PAGE, MEM_PAGES}}, rand{seed}
215 assert(hole.start_page == MEM_START_PAGE && hole.num_pages == MEM_PAGES);
/xsrc/external/mit/MesaLib/dist/src/util/tests/vma/
H A Dvma_random_test.cpp73 static const uint64_t MEM_PAGES = MEM_SIZE / MEM_PAGE_SIZE; member in struct:__anon61ec44720110::random_test
76 : heap_holes{allocation{MEM_START_PAGE, MEM_PAGES}}, rand{seed}
220 assert(hole.start_page == MEM_START_PAGE && hole.num_pages == MEM_PAGES);

Completed in 3 milliseconds