ladybird/Kernel/Heap
Andreas Kling 987dbedf4a Kernel: Sanitize memory coming in/out of the slab allocator
We were using SANITIZE_KMALLOC which was never defined in this .cpp
file, oops. Now we actually scrub on slab_alloc() and slab_dealloc().
2020-02-26 15:25:53 +01:00
..
kmalloc.cpp Kernel: Remove unnecessary allocation metadata from kmalloc() chunks 2020-02-22 15:11:31 +01:00
kmalloc.h Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree() 2020-02-01 10:56:17 +01:00
SlabAllocator.cpp Kernel: Sanitize memory coming in/out of the slab allocator 2020-02-26 15:25:53 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00