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 Kernel: Declare type aliases with "using" instead of "typedef" 2021-09-05 09:48:43 +01:00
kmalloc.cpp Kernel: Use a larger kmalloc chunk size on 64-bit platforms 2021-10-26 10:38:35 +02:00
kmalloc.h Kernel: Allow kfree_aligned to be called on null pointers 2021-08-13 22:02:23 +02:00
SlabAllocator.cpp Kernel: Zero initialize SlabAllocator member variables 2021-09-12 16:36:52 +02:00
SlabAllocator.h Kernel: Allow passing null pointer to delete 2021-07-14 13:12:25 +02:00