]> Cypherpunks repositories - gostls13.git/commit
runtime: delete malx, skip_depth argument to malloc
authorRuss Cox <rsc@golang.org>
Fri, 9 Apr 2010 22:30:40 +0000 (15:30 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 9 Apr 2010 22:30:40 +0000 (15:30 -0700)
commit6363542695045d39715c3d00a0d4863e6f85ada2
tree0c038cd0f1668e510d51195b96ff37adbc4b5e73
parent08852ffe80b30f8c46c7a9b68c56b0dee42584c4
runtime: delete malx, skip_depth argument to malloc

remove internal functions from traces in gopprof instead.

R=r
CC=golang-dev
https://golang.org/cl/855046
src/cmd/prof/gopprof
src/pkg/runtime/iface.c
src/pkg/runtime/malloc.cgo
src/pkg/runtime/malloc.h
src/pkg/runtime/mfinal.c
src/pkg/runtime/mprof.cgo
src/pkg/runtime/runtime.h
src/pkg/runtime/slice.c
src/pkg/runtime/string.cgo