Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dsc.rs18 const fn cmin(a: usize, b: usize) -> usize { in cmin() function
24 fn cmin(a: usize, b: usize) -> usize { in cmin() function
72 let obj_per_page = cmin((P::SIZE - OBJECT_PAGE_METADATA_OVERHEAD) / $size, 8 * 64);