malloc.goc
29.9 KB
-
runtime: Fix runtime/pprof test when libgo is not optimized. · b1b0e905
When libgo is not optimized the static function profilealloc in malloc.goc shows up in the stack trace. Rename it to runtime_profilealloc so that runtime/pprof.printStackRecord ignores it. From-SVN: r223006
Ian Lance Taylor committed