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 wrappers incomplete #248

Open
adammoody opened this issue Dec 14, 2018 · 0 comments
Open

mmap wrappers incomplete #248

adammoody opened this issue Dec 14, 2018 · 0 comments

Comments

@adammoody
Copy link
Collaborator

adammoody commented Dec 14, 2018

Consider adding support for:

  • mmap
  • msync
  • munmap

To support mmap, we'll need a data structure to track memory regions that have been assigned to serve unifycr files so that we can distinguish our memory regions from normal system memory regions in calls to munmap and msync.

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

No branches or pull requests

1 participant