summaryrefslogtreecommitdiff
path: root/Kernel/Heap/SlabAllocator.cpp
AgeCommit message (Expand)Author
2020-02-26Kernel: Sanitize memory coming in/out of the slab allocatorAndreas Kling
2020-02-22Kernel: Tweak SlabAllocator's slab sizesAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-01Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-15Kernel: Unbreak SlabAllocator after startup-time constructorsAndreas Kling
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