mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Rename fallback_impl to fallbackNewImpl and prune in jeprof
The existing fallback_impl name seemed a bit generic and given it's static probably okay to rename. Closes #2451
This commit is contained in:
parent
d577e9b588
commit
d59e30cbc9
2 changed files with 4 additions and 2 deletions
|
|
@ -2957,6 +2957,8 @@ sub RemoveUninterestingFrames {
|
|||
'@JEMALLOC_PREFIX@malloc',
|
||||
'newImpl',
|
||||
'void* newImpl',
|
||||
'fallbackNewImpl',
|
||||
'void* fallbackNewImpl',
|
||||
'@JEMALLOC_PREFIX@free',
|
||||
'@JEMALLOC_PREFIX@memalign',
|
||||
'@JEMALLOC_PREFIX@posix_memalign',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue