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

object-alloc: Switch from *mut to NonNull #148

Merged
merged 1 commit into from
Feb 19, 2018
Merged

object-alloc: Switch from *mut to NonNull #148

merged 1 commit into from
Feb 19, 2018

Conversation

joshlf
Copy link
Collaborator

@joshlf joshlf commented Feb 16, 2018

- Switch from *mut u8 and *mut T to NonNull<u8> and NonNull<T>
  in trait methods
- Upgrade slab-alloc, mmap-alloc, and object-alloc-test accordingly
- While upgrading slab-alloc to use the latest mmap-alloc, remove
  support for huge pages (since mmap-alloc no longer supports them)
- Closes #140
@joshlf joshlf merged commit 1d8f84c into master Feb 19, 2018
@joshlf joshlf deleted the nonnull branch February 19, 2018 00:01
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

2 participants