ladybird/Kernel/Heap
Andreas Kling 86a6366749 Kernel: Do some basic metadata integrity verification in kmalloc/kfree
Use BitmapView::set_range_and_verify_that_all_bits_flip() to validate
the heap chunk metadata bits as we go through them in kmalloc/kfree.
2021-04-09 17:08:49 +02:00
..
Heap.h Kernel: Do some basic metadata integrity verification in kmalloc/kfree 2021-04-09 17:08:49 +02:00
kmalloc.cpp Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
kmalloc.h Kernel: Add MAKE_ALIGNED_ALLOCATED helper macro 2021-03-11 14:21:49 +01:00
SlabAllocator.cpp Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00