diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-06 07:34:30 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-06 07:34:30 +0000 |
| commit | 1ab9c3c09d32283b39ca1026a9e29ada5ff7fda5 (patch) | |
| tree | 1cc451d90cadccd109b9a6c5c927bf9387a7ed4b /arch/x86_64/src/memory | |
| parent | c2c7ad21fdd42111180d317ef50b15b7404769d1 (diff) | |
| download | teachos-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.cpp | 4 |
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 |
