ladybird/Kernel/Heap
Andrew Kaster 7014d37dd6 AK+Kernel: Suppress clang-tidy warnings from the cert-* category
cert-dcl50-cpp: No variadic functions, suppressed in RefCounted and
ThreadSafeRefCounted for implementing the magic one_ref_left and
will_be_destroyed functions.

cert-dcl58-cpp: No opening ::std, suppressed in the places we put names
in ::std to aid tools (move, forward, nullptr_t, align_val_t, etc).
2021-11-14 22:52:35 +01:00
..
Heap.h Kernel: Declare type aliases with "using" instead of "typedef" 2021-09-05 09:48:43 +01:00
kmalloc.cpp Kernel: Use a larger kmalloc chunk size on 64-bit platforms 2021-10-26 10:38:35 +02:00
kmalloc.h AK+Kernel: Suppress clang-tidy warnings from the cert-* category 2021-11-14 22:52:35 +01:00
SlabAllocator.cpp Kernel: Zero initialize SlabAllocator member variables 2021-09-12 16:36:52 +02:00
SlabAllocator.h Kernel: Allow passing null pointer to delete 2021-07-14 13:12:25 +02:00