ladybird/Kernel/Heap
Andreas Kling ba83bf8a0d Kernel: Increase kmalloc chunk size from 8 bytes to 32 bytes
This gives a huge speedup when running "git status" in a SerenityOS
repository directory. Most of the time was spent allocating strings.
2020-02-22 14:18:34 +01:00
..
kmalloc.cpp Kernel: Increase kmalloc chunk size from 8 bytes to 32 bytes 2020-02-22 14:18:34 +01:00
kmalloc.h Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree() 2020-02-01 10:56:17 +01:00
SlabAllocator.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00