serenity/Kernel/Heap
Andreas Kling 38c8dc22cf Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS mode
This was a thing back when the system was so little that any kernel
allocation above 1 MiB was basically guaranteed to be a bug. :^)
2021-03-04 11:25:45 +01:00
..
Heap.h Kernel: Use BitmapView instead of Bitmap::wrap() 2021-03-04 11:25:45 +01:00
kmalloc.cpp Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS mode 2021-03-04 11:25:45 +01:00
kmalloc.h Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS mode 2021-03-04 11:25:45 +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