Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmaple_tree.rs40 pub struct MapleTreeAlloc<T: ForeignOwnable> { struct
45 // Make MapleTree methods usable on MapleTreeAlloc. argument
46 impl<T: ForeignOwnable> core::ops::Deref for MapleTreeAlloc<T> { implementation
381 impl<T: ForeignOwnable> MapleTreeAlloc<T> { implementation