Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/
Dlib.rs30 use mm::allocator::KernelAllocator;
40 pub static KERNEL_ALLOCATOR: KernelAllocator = KernelAllocator {};
/DragonOS-0.1.2/kernel/src/mm/
Dallocator.rs13 pub struct KernelAllocator {} struct
16 impl LocalAlloc for KernelAllocator { implementation
37 unsafe impl GlobalAlloc for KernelAllocator { implementation