]> Cypherpunks repositories - gostls13.git/commit
runtime: improve MemStats comments
authorAustin Clements <austin@google.com>
Mon, 30 Mar 2015 20:59:09 +0000 (16:59 -0400)
committerAustin Clements <austin@google.com>
Thu, 2 Apr 2015 15:28:50 +0000 (15:28 +0000)
commit6134caf1f965045bcc009c0bdb26031ce5583892
tree89348d998bbc22c3f72a9a79382b7743f1acc95c
parent52c84c34fdb7c28d8f5c32458bad84b096af2797
runtime: improve MemStats comments

This tries to clarify that Alloc and HeapAlloc are tied to how much
freeing has been done by the sweeper.

Change-Id: Id8320074bd75de791f39ec01bac99afe28052d02
Reviewed-on: https://go-review.googlesource.com/8354
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mstats.go