Searched refs:KernelAllocator (Results 1 – 2 of 2) sorted by relevance
30 use mm::allocator::KernelAllocator;40 pub static KERNEL_ALLOCATOR: KernelAllocator = KernelAllocator {};
13 pub struct KernelAllocator {} struct16 impl LocalAlloc for KernelAllocator { implementation37 unsafe impl GlobalAlloc for KernelAllocator { implementation