ladybird/Kernel/Heap
Brian Gianforcaro 9d1b27263f Kernel: Declare type aliases with "using" instead of "typedef"
This is the idiomatic way to declare type aliases in modern C++.
Flagged by Sonar Cloud as a "Code Smell", but I happen to agree
with this particular one. :^)
2021-09-05 09:48:43 +01:00
..
Heap.h Kernel: Declare type aliases with "using" instead of "typedef" 2021-09-05 09:48:43 +01:00
kmalloc.cpp Kernel: Declare type aliases with "using" instead of "typedef" 2021-09-05 09:48:43 +01:00
kmalloc.h Kernel: Allow kfree_aligned to be called on null pointers 2021-08-13 22:02:23 +02:00
SlabAllocator.cpp Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
SlabAllocator.h Kernel: Allow passing null pointer to delete 2021-07-14 13:12:25 +02:00