Searched refs:TOTAL_SIZE (Results 1 – 1 of 1) sorted by relevance
438 const TOTAL_SIZE: usize = 200 * 1024 * 1024; in test_buddy() constant451 while allocated < TOTAL_SIZE { in test_buddy()460 core::cmp::min(page_align_up(random_size as usize), TOTAL_SIZE - allocated); in test_buddy()