ladybird/Kernel/Heap
Andreas Kling abb84b9fcd Kernel: Fix inconsistent lock acquisition order in kmalloc
We always want to grab the page directory lock before the MM lock.
This fixes a deadlock I encountered when building DOOM with make -j4.
2022-08-18 18:52:34 +02:00
..
Heap.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
kmalloc.cpp Kernel: Fix inconsistent lock acquisition order in kmalloc 2022-08-18 18:52:34 +02:00
kmalloc.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00