Skip to content
New issue

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

mmap: support partial unmapping in munmap() #7

Open
komh opened this issue Oct 7, 2016 · 1 comment
Open

mmap: support partial unmapping in munmap() #7

komh opened this issue Oct 7, 2016 · 1 comment

Comments

@komh
Copy link
Owner

komh commented Oct 7, 2016

On Linux, partial unmapping works both on private pages and on shared pages. In addition, it works on already partially unmapped pages.

@komh
Copy link
Owner Author

komh commented Dec 1, 2017

DosSetMem(PAG_DECOMMIT) works only on private pages. Trying on shared pages, it returns an error. And It also returns an error if trying on already decommited pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant