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

Non-file-backed mmap() tracking #29

Closed
itamarst opened this issue Jun 26, 2020 · 1 comment · Fixed by #31
Closed

Non-file-backed mmap() tracking #29

itamarst opened this issue Jun 26, 2020 · 1 comment · Fixed by #31

Comments

@itamarst
Copy link
Collaborator

itamarst commented Jun 26, 2020

These are effectively just allocations, though presumably larger.

Unlike free(), munmap() can deallocate some of the memory.

@itamarst
Copy link
Collaborator Author

Given need for partial unmapping, probably easiest to have separate hashmap for mmap()s. And that means the auto-free() can DTRT and skip those.

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

Successfully merging a pull request may close this issue.

1 participant