From a9eeec745e29d89afd48ee43d09432eb6fc35be7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Dec 2025 17:04:15 +0100 Subject: kapi/memory: initialize memory subsystem --- arch/x86_64/include/x86_64/memory/buffered_allocator.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/x86_64/include') diff --git a/arch/x86_64/include/x86_64/memory/buffered_allocator.hpp b/arch/x86_64/include/x86_64/memory/buffered_allocator.hpp index d7e9491..90ac878 100644 --- a/arch/x86_64/include/x86_64/memory/buffered_allocator.hpp +++ b/arch/x86_64/include/x86_64/memory/buffered_allocator.hpp @@ -6,6 +6,7 @@ #include #include #include +#include namespace teachos::memory::x86_64 { @@ -20,7 +21,7 @@ namespace teachos::memory::x86_64 } buffered_allocator(buffered_allocator const &) = delete; - buffered_allocator(buffered_allocator &&) = default; + buffered_allocator(buffered_allocator && other) noexcept = delete; ~buffered_allocator() override { -- cgit v1.2.3