mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Add sdallocx() to list of functions to prune in pprof.
This commit is contained in:
parent
6e73dc194e
commit
61beeb9f69
1 changed files with 1 additions and 0 deletions
|
|
@ -2840,6 +2840,7 @@ sub RemoveUninterestingFrames {
|
|||
'rallocx', # jemalloc
|
||||
'xallocx', # jemalloc
|
||||
'dallocx', # jemalloc
|
||||
'sdallocx', # jemalloc
|
||||
'tc_calloc',
|
||||
'tc_cfree',
|
||||
'tc_malloc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue