-
Notifications
You must be signed in to change notification settings - Fork 2
memusage fixes #139
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
base: master
Are you sure you want to change the base?
memusage fixes #139
Conversation
|
📊 Benchmark results for this run (13530535498) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-139/13530535498/index.html after the github pages "build and deployment" action has completed. |
607732d to
e0dab54
Compare
3b99594 to
4098c1c
Compare
Co-authored-by: David Gumberg <[email protected]> Co-authored-by: Lőrinc <[email protected]>
Co-authored-by: fanquake <[email protected]>
This is still available in the testing repo: https://github.com/bitcoin-dev-tools/benchcoin-testing
4912c0c to
91b2e42
Compare
this just creates needless rebasing. Remove it.
That way it becomes usable in other code like allocators/pool
That way all containers that use the pool have accurate memory tracking. Add test to show memory is accurately tracked, even when nodes can't be allocated by the pool. The more accurate memory estimation interferes shows that our memory estimation for Windows is off, as the real allocated memory is much higher. This adapts the memusage_test test so it still works with the more correct estimation.
|
📊 Benchmark results for this run (13949134586) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-139/13949134586/index.html after the github pages "build and deployment" action has completed. |
|
📊 Benchmark results for this run (13973974142) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-139/13973974142/index.html after the github pages "build and deployment" action has completed. |
d216dc5 to
7f7e173
Compare
5a6cd85 to
d9d7b46
Compare




Revival of the memusage related commits from https://github.com/bitcoin/bitcoin/pull/31102/commits by @andrewtoth