Searched refs:allocated (Results 1 – 1 of 1) sorted by relevance
447 let mut allocated = 0usize; in test_buddy() localVariable451 while allocated < TOTAL_SIZE { in test_buddy()460 core::cmp::min(page_align_up(random_size as usize), TOTAL_SIZE - allocated); in test_buddy()473 allocated += allocated_frame_count.data() * MMArch::PAGE_SIZE; in test_buddy()508 allocated / 1024 / 1024, in test_buddy()510 (allocated - free_count) in test_buddy()