ladybird/Kernel/Heap
Andreas Kling b443e9e1a9 Kernel: Use a larger kmalloc chunk size on 64-bit platforms
This reduces test-js runtime by over 40% on my machine.

(And once again we find another way to defer writing a better kernel
heap allocator..)
2021-10-26 10:38:35 +02:00
..
Heap.h
kmalloc.cpp Kernel: Use a larger kmalloc chunk size on 64-bit platforms 2021-10-26 10:38:35 +02:00
kmalloc.h
SlabAllocator.cpp
SlabAllocator.h