ladybird/Kernel/Heap
Andreas Kling 8f70528f30 Kernel: Take some baby steps towards x86_64
Make more of the kernel compile in 64-bit mode, and make some things
pointer-size-agnostic (by using FlatPtr.)

There's a lot of work to do here before the kernel will even compile.
2021-02-25 16:27:12 +01:00
..
Heap.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
kmalloc.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
kmalloc.h Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
SlabAllocator.cpp Kernel: Take some baby steps towards x86_64 2021-02-25 16:27:12 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00