serenity/Kernel/Heap
Gunnar Beutner d67fd37847 Kernel: Increase kmalloc eternal heap to 3MiB
The kernel wouldn't boot reliably on x86_64 with just 2MiB.
2021-06-28 15:55:00 +02:00
..
Heap.h Kernel: Make addresses returned by kmalloc() properly aligned for x86_64 2021-06-26 11:08:52 +02:00
kmalloc.cpp Kernel: Increase kmalloc eternal heap to 3MiB 2021-06-28 15:55:00 +02:00
kmalloc.h AK+Kernel: Make fallible allocations compiler-agnostic 2021-06-24 17:35:49 +04:30
SlabAllocator.cpp Kernel: Add slab allocator for 256 bytes 2021-06-26 11:08:52 +02:00
SlabAllocator.h AK+Kernel: Make fallible allocations compiler-agnostic 2021-06-24 17:35:49 +04:30