serenity/Kernel/Heap
Tom ba6e4fb77f 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-25 09:48:48 +02:00
..
kmalloc.cpp Kernel: Fix kmalloc memory corruption 2020-08-25 09:48:48 +02:00
kmalloc.h Kernel: Fix kmalloc memory corruption 2020-08-25 09:48:48 +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