summaryrefslogtreecommitdiff
path: root/Kernel/Heap/SlabAllocator.h
AgeCommit message (Expand)Author
2021-07-14Kernel: Allow passing null pointer to deleteDaniel Bertalan
2021-06-24AK+Kernel: Make fallible allocations compiler-agnosticDaniel Bertalan
2021-05-13Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATEDBrian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-02Kernel: Remove unnecessary forward declaration in SlabAllocatorAndreas 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-09-16Kernel: Add a simple slab allocator for small allocationsAndreas Kling