aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/memory')
-rw-r--r--arch/x86_64/src/memory/frame_allocator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/src/memory/frame_allocator.cpp b/arch/x86_64/src/memory/frame_allocator.cpp
index 425528a..b9d26a5 100644
--- a/arch/x86_64/src/memory/frame_allocator.cpp
+++ b/arch/x86_64/src/memory/frame_allocator.cpp
@@ -2,8 +2,8 @@
namespace teachos::arch::memory
{
- auto AreaFrameAllocator::allocate_frame() -> std::optional<Frame> {}
+ auto area_frame_allocator::allocate_frame() -> std::optional<frame> {}
- auto AreaFrameAllocator::deallocate_frame(Frame frame) -> void {}
+ auto area_frame_allocator::deallocate_frame(frame frame) -> void {}
} // namespace teachos::arch::memory