Struct kalloc::cached::Cached [−][src]
pub struct Cached<T> { /* fields omitted */ }
Expand description
Allocator with cached pages.
Implementations
impl<P: Unsigned + PowerOfTwo + 'static> Cached<MultiBuddySystem<P>>
[src]
impl<P: Unsigned + PowerOfTwo + 'static> Cached<MultiBuddySystem<P>>
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for Cached<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> !Send for Cached<T>
impl<T> !Sync for Cached<T>
impl<T> Unpin for Cached<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Cached<T> where
T: UnwindSafe,
T: UnwindSafe,