ladybird/Kernel/Heap
Andreas Kling 9fc54ba931 Kernel: Tweak SlabAllocator's slab sizes
Nobody was using the 8-byte slab size, so get rid of it and move all of
its capacity to the new 64-byte slab size (which replaces 48-byte.)
2020-02-22 14:36:45 +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: Tweak SlabAllocator's slab sizes 2020-02-22 14:36:45 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00