ladybird/Kernel/Heap
Andreas Kling 9babb92a4b Kernel/SMP: Make entering/leaving critical sections multi-processor safe
By making these functions static we close a window where we could get
preempted after calling Processor::current() and move to another
processor.

Co-authored-by: Tom <tomut@yahoo.com>
2021-08-10 02:49:37 +02:00
..
Heap.h Kernel: Remove krealloc() 2021-07-11 14:14:51 +02:00
kmalloc.cpp Kernel/SMP: Make entering/leaving critical sections multi-processor safe 2021-08-10 02:49:37 +02:00
kmalloc.h Kernel+AK: Generate compile-time error for non-sized delete 2021-07-16 20:51:13 +02:00
SlabAllocator.cpp Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
SlabAllocator.h Kernel: Allow passing null pointer to delete 2021-07-14 13:12:25 +02:00