1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 14:15:08 +00:00
serenity/Kernel/Storage/Partition
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
..
DiskPartition.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
DiskPartition.h Kernel: Make device generate their own names 2021-01-22 22:17:39 +01:00
DiskPartitionMetadata.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DiskPartitionMetadata.h Kernel: Allow to boot from a partition with partition UUID 2021-01-01 22:59:48 +01:00
EBRPartitionTable.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
EBRPartitionTable.h Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
GUIDPartitionTable.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GUIDPartitionTable.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00
MBRPartitionTable.cpp Meta: Split debug defines into multiple headers. 2021-01-26 21:20:00 +01:00
MBRPartitionTable.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
PartitionTable.cpp Kernel: Introduce a new partitioning subsystem 2020-12-27 23:07:44 +01:00
PartitionTable.h Kernel: Use default con/de-structors 2021-02-28 18:09:12 +01:00