Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dbuddy.rs67 pub struct BuddyAllocator<A> { struct
75 impl<A: MemoryManagementArch> BuddyAllocator<A> { argument
578 impl<A: MemoryManagementArch> FrameAllocator for BuddyAllocator<A> { implementation