1
0
mirror of https://github.com/golang/go synced 2024-09-25 09:10:14 -06:00

gopprof: update list of memory allocation functions

R=r, r2
CC=golang-dev
https://golang.org/cl/4275057
This commit is contained in:
Russ Cox 2011-03-18 20:55:21 -04:00
parent eedfc445a3
commit 893e02ab59

View File

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