Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs8 pub(crate) static mut SLABALLOCATOR: Option<SlabAllocator> = None; variable
67 SLABALLOCATOR = Some(SlabAllocator::new()); in slab_init()
77 if let Some(ref mut slab) = SLABALLOCATOR { in slab_usage()
H A Dkernel_allocator.rs18 slab::{slab_init_state, SLABALLOCATOR},
72 if let Some(ref mut slab) = SLABALLOCATOR { in local_alloc()
90 if let Some(ref mut slab) = SLABALLOCATOR { in local_alloc_zeroed()
100 } else if let Some(ref mut slab) = SLABALLOCATOR { in local_dealloc()