]> Cypherpunks repositories - gostls13.git/commit
runtime: add memory profiling, disabled.
authorRuss Cox <rsc@golang.org>
Wed, 24 Mar 2010 03:48:23 +0000 (20:48 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 24 Mar 2010 03:48:23 +0000 (20:48 -0700)
commit596c16e0458060aec0c81cccaef3070a1d6daf81
treeee543d5e212770ff8586f549e40803c644327594
parent72bc37c1220088994649bb032316a42d2cd8ece7
runtime: add memory profiling, disabled.
no way to get the data out yet.

add prototype for runtime.Callers,
missing from last CL.

R=r
CC=golang-dev
https://golang.org/cl/713041
src/pkg/runtime/Makefile
src/pkg/runtime/extern.go
src/pkg/runtime/iface.c
src/pkg/runtime/malloc.cgo
src/pkg/runtime/malloc.h
src/pkg/runtime/mfinal.c
src/pkg/runtime/mgc0.c
src/pkg/runtime/mprof.cgo [new file with mode: 0644]
src/pkg/runtime/runtime.h
src/pkg/runtime/slice.c
src/pkg/runtime/string.cgo