mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-25 04:12:12 +03:00
Filter out "newImpl" from profiling output.
This commit is contained in:
parent
7c22ea7a93
commit
2d2fa72647
1 changed files with 1 additions and 0 deletions
|
|
@ -2895,6 +2895,7 @@ sub RemoveUninterestingFrames {
|
|||
foreach my $name ('@JEMALLOC_PREFIX@calloc',
|
||||
'cfree',
|
||||
'@JEMALLOC_PREFIX@malloc',
|
||||
'newImpl',
|
||||
'@JEMALLOC_PREFIX@free',
|
||||
'@JEMALLOC_PREFIX@memalign',
|
||||
'@JEMALLOC_PREFIX@posix_memalign',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue