Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs193 pub trait AllocablePage { trait
295 impl<'a> AllocablePage for ObjectPage<'a> {
327 pub(crate) struct PageList<'a, T: AllocablePage> {
334 impl<'a, T: AllocablePage> PageList<'a, T> {
448 pub(crate) struct ObjectPageIterMut<'a, P: AllocablePage> {
453 impl<'a, P: AllocablePage + 'a> Iterator for ObjectPageIterMut<'a, P> {
H A Dsc.rs49 pub struct SCAllocator<'a, P: AllocablePage> {
79 impl<'a, P: AllocablePage> SCAllocator<'a, P> {