ladybird/Kernel/Heap
Andreas Kling f684742f15 Kernel: VERIFY_NOT_REACHED in un-sized operator delete
All deletes in kernel code should now be of known size. :^)
2021-07-11 14:14:51 +02:00
..
Heap.h Kernel: Only deallocate memory when alloc succeeds 2021-07-01 17:32:34 +02:00
kmalloc.cpp Kernel: VERIFY_NOT_REACHED in un-sized operator delete 2021-07-11 14:14:51 +02:00
kmalloc.h Kernel: Add kfree_sized(), kfree() with a known allocation size 2021-07-11 14:14:51 +02:00
SlabAllocator.cpp Kernel: Add slab allocator for 256 bytes 2021-06-26 11:08:52 +02:00
SlabAllocator.h AK+Kernel: Make fallible allocations compiler-agnostic 2021-06-24 17:35:49 +04:30