diff options
author | Daniel Bertalan <dani@danielbertalan.dev> | 2021-07-15 12:08:35 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-16 20:51:13 +0200 |
commit | dd4ed4d22dc96737d8b0342886e24c9544fc1a63 (patch) | |
tree | 5787378768e639c34a6c2988c26ee2e28ba1a13c /Tests | |
parent | c176680443eb81161c888ecf023709d19745ec85 (diff) | |
download | serenity-dd4ed4d22dc96737d8b0342886e24c9544fc1a63.zip |
Kernel: Implement aligned `operator new` and use it
The compiler will use these to allocate objects that have alignment
requirements greater than that of our normal `operator new` (4/8 byte
aligned).
This means we can now use smart pointers for over-aligned types.
Fixes a FIXME.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions