ladybird/Kernel/Heap
Tom b306f240a4 Kernel: Fix kmalloc memory corruption
Rather than hardcoding where the kmalloc pool should be, place
it at the end of the kernel image instead. This avoids corrupting
global variables or other parts of the kernel as it grows.

Fixes #3257
2020-08-22 10:46:24 +02:00
..
kmalloc.cpp Kernel: Fix kmalloc memory corruption 2020-08-22 10:46:24 +02:00
kmalloc.h Kernel: mark kmalloc with attributes 2020-08-14 18:14:23 +02:00
SlabAllocator.cpp AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00