ladybird/Kernel/Heap
Andreas Kling 7ef9c703d2 Kernel: Unbreak SlabAllocator after startup-time constructors
Now that the kernel supports startup-time constructors, we were first
doing slab_alloc_init(), and then the constructors ran later on,
zeroing out the freelist pointers.

This meant that all slab allocators thought they were completelty
exhausted and forwarded all requests to kmalloc() instead.
2019-11-15 12:48:39 +01:00
..
kmalloc.cpp Kernel: Reorganize memory layout a bit 2019-11-04 12:04:35 +01:00
kmalloc.h Kernel: Move kmalloc() into a Kernel/Heap/ directory 2019-09-16 09:01:44 +02:00
SlabAllocator.cpp Kernel: Unbreak SlabAllocator after startup-time constructors 2019-11-15 12:48:39 +01:00
SlabAllocator.h Kernel: Add a simple slab allocator for small allocations 2019-09-16 10:33:27 +02:00