Skip to main content

Module allocator

Module allocator 

Source

Modules§

buddy

Structs§

IRQLockedHeap
The synchronized kernel heap allocator: wrapper around linked_list_allocator::Heap A irqsave variant of linked_list_allocator::LockedHeap, which originally only uses a spin mutex. This is not safe when used it’s used in both kernel and interrupt context (dead lock)