1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:37:44 +00:00
serenity/Kernel/Heap
Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current
Suggested by Sergey. The currently running Thread and Process are now
Thread::current and Process::current respectively. :^)
2020-02-17 15:04:27 +01:00
..
kmalloc.cpp Kernel: Replace "current" with Thread::current and Process::current 2020-02-17 15:04:27 +01:00
kmalloc.h Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree() 2020-02-01 10:56:17 +01:00
SlabAllocator.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00