Commit b3da297
Merge #3023
3023: perf: switch global alloc to tikv-jemallocator r=doitian,driftluo a=zhangsoledad
<!--
Thank you for contributing to nervosnetwork/ckb!
If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document.
If you're unsure about anything, just ask; somebody should be along to answer within a day or two.
PR Title Format:
1. module [, module2, module3]: what's changed
2. *: what's changed
-->
### What problem does this PR solve?
gnzlbg/jemallocator#168
jemalloc/jemalloc#1497
see also: rust-lang/rust#83152
### What is changed and how it works?
Proposal: switch global alloc to tikv-jemallocator which is more up-to-date
### Related changes
### Check List <!--REMOVE the items that are not applicable-->
Side effects
- Performance regression
- Breaking backward compatibility
### Release note <!-- Choose from None, Title Only and Note. Bugfixes or new features need a release note. -->
```release-note
Title Only: Include only the PR title in the release note.
```
Co-authored-by: zhangsoledad <787953403@qq.com>File tree
4 files changed
+41
-63
lines changed- src
- util/memory-tracker
4 files changed
+41
-63
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments