-
Notifications
You must be signed in to change notification settings - Fork 16
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
Release 2.1.0crp: malloc Interface, Performance, Bugs #84
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- only valid option is now to use `mallocMC::malloc()` and `mallocMC::free` - examples were modified to use the new syntax
- fullsegments and additional_chunks could become unreasonably large when using very large pages and very small chunksizes (chunksizes smaller than pagesize/1024) - calculation of additional_chunks is now put into a function - see pull request for #79 for a detailed description
- deletion of all possible metadata should be much faster now - internal order of the onpagemasks was not changed (only the offset) - calculation of offset is put into a function - for a more detailed explanation, see #80
fixed wrong calculation of segments
- size of the onpagemasks is now correctly the size of an integer - rounding up in case there are additional chunks (which also require an onpagemask) - for details, see discussion of #80
…e_end Moved the onpagemasks to end of page
…writes Removed overwriting of CUDA malloc/new
- Changelog was updated - `Usage.md` updated to reflect interface changes - small bugs in `Usage.md` fixed
Doku for release2.1.0crp
Version Bump for release 2.1.0crp
Thanks 👍 |
slizzered
added a commit
that referenced
this pull request
Feb 11, 2015
Release 2.1.0crp: malloc Interface, Performance, Bugs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the pull for the
2.1.0crp
release.I will tag and "doi" the release afterwards.