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:
Arne Welzel
2023-05-24 14:13:28 +02:00
committed by Qi Wang
parent d577e9b588
commit d59e30cbc9
2 changed files with 4 additions and 2 deletions

View File

@@ -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',