1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 18:21:01 +00:00
serenity/Kernel/Heap
Andreas Kling 37d336d741 Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()
These now scrub allocated and freed memory like kmalloc()/kfree() was
already doing.
2020-02-01 10:56:17 +01:00
..
kmalloc.cpp Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree() 2020-02-01 10:56:17 +01:00
kmalloc.h Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree() 2020-02-01 10:56:17 +01:00
SlabAllocator.cpp Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc() 2020-02-01 10:56:17 +01:00
SlabAllocator.h Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc() 2020-02-01 10:56:17 +01:00