Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs48 static INNER_ALLOCATOR: SpinLock<Option<BuddyAllocator<MMArch>>> = SpinLock::new(None); variable
/DragonOS/kernel/src/arch/riscv64/mm/
H A Dmod.rs38 pub(self) static INNER_ALLOCATOR: SpinLock<Option<BuddyAllocator<MMArch>>> = SpinLock::new(None); variable