ladybird/Kernel/Heap
Tom 3cc0e86cd8 Kernel: Change kmalloc lock to be recursive
If the heap code dumps a stack trace (e.g. out of memory) then
it may recursively call into it. Rather than deadlocking, allow
recursion.
2020-07-03 19:32:34 +02:00
..
kmalloc.cpp Kernel: Change kmalloc lock to be recursive 2020-07-03 19:32:34 +02:00
kmalloc.h Kernel: Use consistent names for kmalloc globals and remove volatile 2020-05-16 10:55:54 +02:00
SlabAllocator.cpp Kernel: Serialize debug output 2020-07-01 12:07:01 +02:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00