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

elfmalloc: Use mmap alloc large-align #159

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joshlf
Copy link
Collaborator

@joshlf joshlf commented Feb 25, 2018

Blocked on PR #152.

- Add large-align feature, allowing alignments larger than a page
  size
- Allow memory to be explicitly committed on Linux and Mac
- Allow memory to be committed on allocation on Mac
- Improve documentation around committed/uncommitted memory
- Closes #151
- Use mmap-alloc's large-align feature, which enables passing
  alignments which are larger than the page size
- Propagate allocation failures (rather than asserting/unwrapping/etc)
  in more places
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant