Searched refs:MEM_PAGES (Results 1 – 1 of 1) sorted by relevance
73 static const uint64_t MEM_PAGES = MEM_SIZE / MEM_PAGE_SIZE; member76 : heap_holes{allocation{MEM_START_PAGE, MEM_PAGES}}, rand{seed} in random_test()215 assert(hole.start_page == MEM_START_PAGE && hole.num_pages == MEM_PAGES); in empty()