ladybird/Kernel/Heap
Daniel Bertalan b847541ee8 Kernel: Allow passing null pointer to delete
The C++ standard says that it's legal to call the `delete` operator with
a null pointer argument, in which case it should be a no-op. I
encountered this issue when running a kernel that's compiled with Clang.
I assume this fact was used for some kind of optimization.
2021-07-14 13:12:25 +02:00
..
Heap.h Kernel: Remove krealloc() 2021-07-11 14:14:51 +02:00
kmalloc.cpp Kernel: Remove unused header includes in Heap subtree 2021-07-11 21:37:38 +02:00
kmalloc.h Kernel: Remove krealloc() 2021-07-11 14:14:51 +02:00
SlabAllocator.cpp Kernel: Remove unused header includes in Heap subtree 2021-07-11 21:37:38 +02:00
SlabAllocator.h Kernel: Allow passing null pointer to delete 2021-07-14 13:12:25 +02:00