Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs438 const TOTAL_SIZE: usize = 200 * 1024 * 1024; in test_buddy() constant
451 while allocated < TOTAL_SIZE { in test_buddy()
460 core::cmp::min(page_align_up(random_size as usize), TOTAL_SIZE - allocated); in test_buddy()