-
Notifications
You must be signed in to change notification settings - Fork 235
Fix malloc_size_of for mac #93
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
25270be
Mem tools by including trait and specific implementation in the crate
cheme 94bb293
Plug malloc_size_of as a patched copy. Documentation is done by
cheme 197a27d
A few additional impl for parity-eth use
cheme 2a0cc08
Allocators.
cheme 418e03b
heapsize estimation for allocator without use_size fn.
cheme 6105606
Init no_std compat.
cheme 59b4d55
Remove conditianal test code.
cheme efadc31
Renaming of mem repo to crate name.
cheme b2f1708
Remove conditional mettering for now (will need some testing to check if
cheme fb127a7
tab
cheme d5aa899
Remove features get form malloc_size and simply delete code instead.
cheme fd9dc92
Update parity-util-mem/README.md
pepyakin 3df427b
Missing windows import
cheme da88f97
Merge branch 'mem-tools2' of github.com:cheme/parity-common into mem-…
cheme ef9a5b6
Use self for winapi.
cheme 1b0b2e3
Correct import.
cheme 5340912
shallow size on Arc with malloc return -1 (max val), replacing with
cheme 8ada814
use cfg_if to makes feature choice more explicit.
cheme 61c60b0
Remove servo specific impls (unused).
cheme 767dc90
`estimate_heapsize` in travis.
cheme 9876b65
Merge branch 'master' into mem-tools2
cheme a8a9b0e
Merge branch 'master' into mem-tools2
cheme a31851e
Remove last serde and remove servo_arc reference.
cheme 73e8c7e
Add missing version
cheme 64135ac
Use malloc_size_of_derive from crates.
cheme 0437f7e
Rem heapsize constraint and deprecate impl.
cheme 81b2da1
Remove path reference
cheme 6c4a5fd
Remove path for hashdb to avoid trait conflicts.
cheme 99b8ea4
Merge branch 'master' into deprecate_heapsize
cheme dedef64
Merge branch 'master' into deprecate_heapsize
cheme a9ca6e1
Restore path in cargo
cheme c315173
Missing path
cheme 71f7aa8
Added test
cheme b7bcbc8
fix test
cheme 5e53bf3
Do not use prefixed on mac by default (same with other platform as we
cheme b667436
Have macos rely upon estimate if default allocator
cheme 85a763e
Need full test for macos without jemalloc
cheme 3682270
String in internal heap measured impl
cheme 566389e
Exclude jmalloc-sys on windows build (ci related)
cheme 08f9ed1
Proper windows checks in cargo.toml
cheme 1856597
Removing 'prefixed_malloc' from condition.
cheme df84088
arc only for jemalloc-global, escape for windows ci
cheme 233bd99
Merge branch 'master' into deprecate_heapsize
cheme 1a174e3
Merge branch 'master' into deprecate_heapsize
cheme File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.