ladybird/Kernel/Heap
Daniel Bertalan 5d617be462 Kernel: Bump eternal kmalloc range to 4 MiB
Kernels built with Clang seem to be quite allocation-heavy compared to
their GCC counterparts. We would sometimes end up crashing during boot
because the eternal ranges had no free capacity.
2021-08-08 10:55:36 +02:00
..
Heap.h Kernel: Remove krealloc() 2021-07-11 14:14:51 +02:00
kmalloc.cpp Kernel: Bump eternal kmalloc range to 4 MiB 2021-08-08 10:55:36 +02:00
kmalloc.h Kernel+AK: Generate compile-time error for non-sized delete 2021-07-16 20:51:13 +02:00
SlabAllocator.cpp Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
SlabAllocator.h Kernel: Allow passing null pointer to delete 2021-07-14 13:12:25 +02:00