summaryrefslogtreecommitdiff
path: root/Kernel/Heap
AgeCommit message (Expand)Author
2019-10-10Kernel: Make SlabAllocator fall back to kmalloc() when slabs run outAndreas Kling
2019-10-02Kernel: Allocate more 8-byte slabs than anything elseAndreas Kling
2019-09-27Kernel: Tweak SlabAllocator size classesAndreas Kling
2019-09-16Kernel: Add a simple slab allocator for small allocationsAndreas Kling
2019-09-16Kernel: Move kmalloc() into a Kernel/Heap/ directoryAndreas Kling