ladybird/Kernel/Heap
Brian Gianforcaro e7fb70b05c Kernel: Allow kmalloc(..) / kmalloc_aligned(..) to return nullptr
Now that we have a significant amount of code paths handling OOM, lets
enable kmalloc and friends to actually return nullptr. This way we can
start stressing these paths and validating all of they work as expected.
2021-08-13 11:09:25 +02:00
..
Heap.h Kernel: Remove krealloc() 2021-07-11 14:14:51 +02:00
kmalloc.cpp Kernel: Allow kmalloc(..) / kmalloc_aligned(..) to return nullptr 2021-08-13 11:09:25 +02:00
kmalloc.h Kernel: Allow kmalloc(..) / kmalloc_aligned(..) to return nullptr 2021-08-13 11:09:25 +02:00
SlabAllocator.cpp Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
SlabAllocator.h Kernel: Allow passing null pointer to delete 2021-07-14 13:12:25 +02:00