aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/memory/region_allocator.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/memory/region_allocator.hpp b/arch/x86_64/include/arch/memory/region_allocator.hpp
index f391293..1c5885e 100644
--- a/arch/x86_64/include/arch/memory/region_allocator.hpp
+++ b/arch/x86_64/include/arch/memory/region_allocator.hpp
@@ -58,6 +58,9 @@ namespace arch::memory
auto allocate_many(std::size_t count = 1) noexcept
-> std::optional<std::pair<kapi::memory::frame, std::size_t>> override;
+ //! @copydoc kapi::memory::frame_allocator::mark_used
+ auto mark_used(kapi::memory::frame frame) -> void override;
+
//! @copydoc kapi::memory::frame_allocator::release_many
//!
//! @note This implementation will never actually release any frames.