Map pages properly maybe

This commit is contained in:
wheremyfoodat 2023-06-16 17:04:33 +03:00
parent a174aa1e6a
commit db2608eb14
4 changed files with 91 additions and 3 deletions

View file

@ -125,7 +125,6 @@ static std::string GetFileMappingName()
#endif
std::string ret = std::string("Alber_") + std::to_string(pid);
printf("File mapping name: %s\n", ret.c_str());
return ret;
}