]> Cypherpunks repositories - gostls13.git/commit
runtime: a couple more memory stats.
authorRuss Cox <rsc@golang.org>
Tue, 30 Mar 2010 00:30:07 +0000 (17:30 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 30 Mar 2010 00:30:07 +0000 (17:30 -0700)
commitd99a3da7b26c3423ff94cd7cea5cb739f8d7c4db
tree8158df2579c390caa47efe459d6df7b583a86722
parent3908c16ffe6eca9fce253323f5bb9aff3e1048fd
runtime: a couple more memory stats.

now runtime.MemStats.Sys really is the sum of all the other Sys fields.

R=r
CC=golang-dev
https://golang.org/cl/843041
src/pkg/runtime/extern.go
src/pkg/runtime/malloc.h
src/pkg/runtime/mheap.c
src/pkg/runtime/mheapmap32.c
src/pkg/runtime/mheapmap64.c
src/pkg/runtime/mprof.cgo
src/pkg/runtime/pprof/pprof.go