Age | Commit message (Expand) | Author |
---|---|---|
2019-10-10 | Kernel: Make SlabAllocator fall back to kmalloc() when slabs run out | Andreas Kling |
2019-10-02 | Kernel: Allocate more 8-byte slabs than anything else | Andreas Kling |
2019-09-27 | Kernel: Tweak SlabAllocator size classes | Andreas Kling |
2019-09-16 | Kernel: Add a simple slab allocator for small allocations | Andreas Kling |
2019-09-16 | Kernel: Move kmalloc() into a Kernel/Heap/ directory | Andreas Kling |