serenity/Kernel/Heap
Andreas Kling b1e0e2ad4a Kernel: Suppress logging during kmalloc heap expansion
The system is extremely sensitive to heap allocations during heap
expansion. This was causing frequent OOM panics under various loads.

Work around the issue for now by putting the logging behind
KMALLOC_DEBUG. Ideally dmesgln() & friends would not reqiure any
heap allocations, but we're not there right now.

Fixes #5724.
2021-03-11 15:28:42 +01:00
..
Heap.h Kernel: Use BitmapView instead of Bitmap::wrap() 2021-03-04 11:25:45 +01:00
kmalloc.cpp Kernel: Suppress logging during kmalloc heap expansion 2021-03-11 15:28:42 +01:00
kmalloc.h Kernel: Add MAKE_ALIGNED_ALLOCATED helper macro 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