Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs559 const TOTAL_SIZE: usize = 200 * 1024 * 1024; in test_buddy() constant
572 while allocated < TOTAL_SIZE { in test_buddy()
581 core::cmp::min(page_align_up(random_size as usize), TOTAL_SIZE - allocated); in test_buddy()