Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dkernel_allocator.rs29 pub struct KernelAllocator; struct
31 impl KernelAllocator { impl
64 impl LocalAlloc for KernelAllocator { implementation
107 unsafe impl GlobalAlloc for KernelAllocator { implementation