ladybird/Kernel/Heap
Ben Wiederhake 860a3bbce3 Kernel: Use default con/de-structors
This may seem like a no-op change, however it shrinks down the Kernel by a bit:
.text -432
.unmap_after_init -60
.data -480
.debug_info -673
.debug_aranges 8
.debug_ranges -232
.debug_line -558
.debug_str -308
.debug_frame -40

With '= default', the compiler can do more inlining, hence the savings.
I intentionally omitted some opportunities for '= default', because they
would increase the Kernel size.
2021-02-28 18:09:12 +01:00
..
Heap.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
kmalloc.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
kmalloc.h Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
SlabAllocator.cpp Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00