mirror of
https://github.com/golang/go
synced 2024-11-12 09:20:22 -07:00
gopprof: update list of memory allocation functions
R=r, r2 CC=golang-dev https://golang.org/cl/4275057
This commit is contained in:
parent
eedfc445a3
commit
893e02ab59
@ -2416,11 +2416,17 @@ sub RemoveUninterestingFrames {
|
||||
'makechan',
|
||||
'makemap',
|
||||
'mal',
|
||||
'mallocgc',
|
||||
'runtime.new',
|
||||
'makeslice1',
|
||||
'runtime.gostringsize',
|
||||
'runtime.malloc',
|
||||
'unsafe.New',
|
||||
'runtime.mallocgc',
|
||||
'runtime.catstring',
|
||||
'runtime.ifaceT2E',
|
||||
'runtime.ifaceT2I',
|
||||
'runtime.makechan',
|
||||
'runtime.makechan_c',
|
||||
'runtime.makemap',
|
||||
'runtime.makeslice',
|
||||
'runtime.mal',
|
||||
|
Loading…
Reference in New Issue
Block a user