ladybird/Kernel/Heap
Tim Schumacher 2577bb8416 Kernel: Start implementing kmalloc_aligned more efficiently
This now only requires `size + alignment` bytes while searching for a
free memory location. For the actual allocation, the memory area is
properly trimmed to the required alignment.
2022-12-14 15:18:31 +00:00
..
Heap.h Kernel: Start implementing kmalloc_aligned more efficiently 2022-12-14 15:18:31 +00:00
kmalloc.cpp Kernel: Start implementing kmalloc_aligned more efficiently 2022-12-14 15:18:31 +00:00
kmalloc.h Kernel: Start implementing kmalloc_aligned more efficiently 2022-12-14 15:18:31 +00:00