aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-06 07:34:30 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-06 07:34:30 +0000
commit1ab9c3c09d32283b39ca1026a9e29ada5ff7fda5 (patch)
tree1cc451d90cadccd109b9a6c5c927bf9387a7ed4b /arch/x86_64/src/memory
parentc2c7ad21fdd42111180d317ef50b15b7404769d1 (diff)
downloadteachos-1ab9c3c09d32283b39ca1026a9e29ada5ff7fda5.tar.xz
teachos-1ab9c3c09d32283b39ca1026a9e29ada5ff7fda5.zip
Renaming scheme
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