This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove calls to heapsize #10432
Merged
Merged
Remove calls to heapsize #10432
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
bcaa9eb
Use mem utils crate from parity common
cheme 1776a32
Use derive macro for clarity (even when derive impl return 0).
cheme 3a0d78d
Setting jemalloc as default allocator for parity client.
cheme 10e30b7
Revert jmalloc default: need to update memorydb crate to stop using
cheme a159dcd
update to new module name (alloc -> allocators), test estimate.
cheme 24131fd
latest test
cheme 9157b74
update renamings
cheme 1668aec
test with jemalloc
cheme c521348
Plug onto github branch
cheme e04af62
Merge attempt for branch 'master' into rem_heapsize
cheme 5d0b165
Update to reorg.
cheme c3d23fc
Merge branch 'master' into rem_heapsize
cheme 3f0ed81
switch to deprecate branch of memorydb
cheme f21ca1b
Merge branch 'master' into rem_heapsize
cheme 7c56348
latest version of parity-util-mem
cheme 15317ca
Merge branch 'master' into rem_heapsize, and update to use current git
cheme 59ab2d1
Do not switch test ...
cheme 32cafaa
In progress version switch,
cheme a571878
in progress (need merge with memorydb update)
cheme d44a8f9
Branch ready to rebase (synch with latest trie changes done).
cheme 86ef606
Merge branch 'master' into rem_heapsize
cheme 449e23a
Remove 'estimate_heapsize' mode.
cheme 527ff6b
fix comment related to perf ignored and bitset heapsize impl.
cheme 2653106
Remove patch in favor of published crates.
cheme 118df73
Merge branch 'rem_heapsize' of github.com:cheme/parity-ethereum into …
cheme 82521c4
0.12.3 trie crate were yanked, using 0.12.4
cheme f683856
Merge branch 'master' into rem_heapsize
cheme d3a5bed
Refactor parity_util_mem import (crate alias are kept only for macro …
cheme 620a0c1
Missing parity_util_mem direct usage.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please file an issue and add a ref to this comment.