ladybird/Kernel/Heap
Andreas Kling 3399b6c57f Kernel: Remove old SlabAllocator :^)
This is no longer useful since kmalloc() does automatic slab allocation
without any of the limitations of the old SlabAllocator. :^)
2021-12-26 21:22:59 +01:00
..
Heap.h Kernel: Make kmalloc heap expansion kmalloc-free 2021-12-25 22:07:59 +01:00
kmalloc.cpp Kernel: Add FIXME about allocation waste in kmalloc slabheap 2021-12-26 21:22:59 +01:00
kmalloc.h Kernel: Remove kfree(), leaving only kfree_sized() :^) 2021-12-26 21:22:59 +01:00