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

/barrelfish-master/usr/tests/large_page/
H A Dmap_test_32.c20 #define TOTAL_SIZE (PAGE_COUNT * LARGE_PAGE_SIZE) macro
37 err = frame_alloc(&frame, TOTAL_SIZE, &retsize);
38 assert(retsize >= TOTAL_SIZE);
49 TOTAL_SIZE, NULL, &vregion);
59 for (int i = 0; i < TOTAL_SIZE / BASE_PAGE_SIZE; i++) {
65 for (int i = 0; i < TOTAL_SIZE / BASE_PAGE_SIZE; i++) {

Completed in 25 milliseconds