Home
last modified time | relevance | path

Searched defs:PageList (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/mm/allocator/
H A Dbuddy.rs26 pub struct PageList<A> { struct
34 impl<A> Clone for PageList<A> { argument
44 impl<A> PageList<A> { impl
/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs327 pub(crate) struct PageList<'a, T: AllocablePage> { struct
334 impl<'a, T: AllocablePage> PageList<'a, T> { implementation