This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-25 09:04:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6ab9dc4ff4bd1e5e35b350bf4e81bde2d6b2c615
ladybird
/
Kernel
/
Heap
History
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