Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	readme.md
  • Loading branch information
andreas789 committed Jun 14, 2024
1 parent 6c41699 commit 35e6b83
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file modified cmake-build-debug/.ninja_deps
Binary file not shown.
4 changes: 4 additions & 0 deletions cmake-build-debug/.ninja_log
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@
536 608 1718401387919309201 bufferManagerProject 9c1ed4463eae2c5
1 794 1718401960945598030 CMakeFiles/bufferManagerProject.dir/src/SmartArrayMemoryManager.cpp.o 7f1573e03b2eb3a6
795 870 1718401961021605945 bufferManagerProject 9c1ed4463eae2c5
2 847 1718402240802071861 CMakeFiles/bufferManagerProject.dir/src/SmartArrayMemoryManager.cpp.o 7f1573e03b2eb3a6
847 916 1718402240870078645 bufferManagerProject 9c1ed4463eae2c5
3 709 1718402458203515975 CMakeFiles/bufferManagerProject.dir/src/SmartArrayMemoryManager.cpp.o 7f1573e03b2eb3a6
709 780 1718402458275523008 bufferManagerProject 9c1ed4463eae2c5
4 changes: 2 additions & 2 deletions cmake-build-debug/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Start testing: Jun 15 00:52 EEST
Start testing: Jun 15 01:00 EEST
----------------------------------------------------------
End testing: Jun 15 00:52 EEST
End testing: Jun 15 01:00 EEST
2 changes: 1 addition & 1 deletion src/SmartArrayMemoryManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ void MemoryManager::resolveConflict(size_t virtualPageId, size_t slotId) {
void* newPhysicalPage = allocatePhysicalPage();
if (newPhysicalPage == nullptr) {
throw std::runtime_error("Failed to allocate new physical page in resolveConflict");
}W
}
mapVirtualPageToPhysicalPage(virtualPageId, newPhysicalPage);

// Move ONLY the conflicting entry to the new page
Expand Down

0 comments on commit 35e6b83

Please sign in to comment.