We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您的功能请求是否与问题/故障有关?请描述一下。 目前取消映射内存区域后,其对应的物理页面会直接被回收,而没有考虑当前物理页面是否还被其它虚拟内存区域映射,就可能会导致其它映射到该物理页面的虚拟内存区域缺页
描述您想要的解决方案
The text was updated successfully, but these errors were encountered:
Jomocool
No branches or pull requests
您的功能请求是否与问题/故障有关?请描述一下。
目前取消映射内存区域后,其对应的物理页面会直接被回收,而没有考虑当前物理页面是否还被其它虚拟内存区域映射,就可能会导致其它映射到该物理页面的虚拟内存区域缺页
描述您想要的解决方案
The text was updated successfully, but these errors were encountered: