Commit 893e02ab authored by Russ Cox's avatar Russ Cox

gopprof: update list of memory allocation functions

R=r, r2
CC=golang-dev
https://golang.org/cl/4275057
parent eedfc445
...@@ -2416,11 +2416,17 @@ sub RemoveUninterestingFrames { ...@@ -2416,11 +2416,17 @@ sub RemoveUninterestingFrames {
'makechan', 'makechan',
'makemap', 'makemap',
'mal', 'mal',
'mallocgc', 'runtime.new',
'makeslice1',
'runtime.gostringsize',
'runtime.malloc',
'unsafe.New',
'runtime.mallocgc',
'runtime.catstring', 'runtime.catstring',
'runtime.ifaceT2E', 'runtime.ifaceT2E',
'runtime.ifaceT2I', 'runtime.ifaceT2I',
'runtime.makechan', 'runtime.makechan',
'runtime.makechan_c',
'runtime.makemap', 'runtime.makemap',
'runtime.makeslice', 'runtime.makeslice',
'runtime.mal', 'runtime.mal',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment