ladybird/Kernel/ACPI
Daniel Bertalan f820917a76 Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull
This commit converts naked `new`s to `AK::try_make` and `AK::try_create`
wherever possible. If the called constructor is private, this can not be
done, so we instead now use the standard-defined and compiler-agnostic
`new (nothrow)`.
2021-06-24 17:35:49 +04:30
..
Definitions.h Kernel/ACPI: Sprinkle links to the specification all over 2021-05-31 19:06:46 +01:00
DynamicParser.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
DynamicParser.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
Initialize.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
Initialize.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MultiProcessorParser.cpp Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull 2021-06-24 17:35:49 +04:30
MultiProcessorParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Parser.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
Parser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00