ladybird/Kernel/Heap
Andreas Kling 40f2abf7c3 Kernel: Allow kmalloc_aligned() alignment up to 4096
This allows us to get kmalloc() memory aligned to the VM page size.
2021-03-11 14:21:49 +01:00
..
Heap.h Kernel: Use BitmapView instead of Bitmap::wrap() 2021-03-04 11:25:45 +01:00
kmalloc.cpp Kernel: Remove some unused things in kmalloc.cpp 2021-03-09 22:10:41 +01:00
kmalloc.h Kernel: Allow kmalloc_aligned() alignment up to 4096 2021-03-11 14:21:49 +01:00
SlabAllocator.cpp Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00