Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/allocator/
Dkernel_allocator.rs22 pub struct KernelAllocator; struct
24 impl KernelAllocator { impl
57 impl LocalAlloc for KernelAllocator { implementation
82 unsafe impl GlobalAlloc for KernelAllocator { implementation