mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Filter out "void *newImpl" in prof output.
This commit is contained in:
parent
048c6679cd
commit
d157864027
1 changed files with 1 additions and 0 deletions
|
|
@ -2896,6 +2896,7 @@ sub RemoveUninterestingFrames {
|
|||
'cfree',
|
||||
'@JEMALLOC_PREFIX@malloc',
|
||||
'newImpl',
|
||||
'void* newImpl',
|
||||
'@JEMALLOC_PREFIX@free',
|
||||
'@JEMALLOC_PREFIX@memalign',
|
||||
'@JEMALLOC_PREFIX@posix_memalign',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue