ladybird/Kernel/Heap
Tom 49f5069b76 Kernel: Add a SpinLock to the WaitQueue
We need to be able to prevent a WaitQueue from being
modified by another CPU. So, add a SpinLock to it.

Because this pushes some other class over the 64 byte
limit, we also need to add another 128-byte bucket to
the slab allocator.
2020-07-06 10:00:24 +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: Add a SpinLock to the WaitQueue 2020-07-06 10:00:24 +02:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00