]> Cypherpunks repositories - gostls13.git/commit
runtime: document MemStats
authorAustin Clements <austin@google.com>
Sat, 10 Sep 2016 01:43:50 +0000 (21:43 -0400)
committerAustin Clements <austin@google.com>
Mon, 26 Sep 2016 22:00:50 +0000 (22:00 +0000)
commitf67c9de65621a46905a2f923b35634f74fa8635b
treee06609fa35e8730e5f0f94c8942cda577c531b32
parent2098e5d39afc3e6f687fcabd7704e8013f9c0dbd
runtime: document MemStats

This documents all fields in MemStats and more clearly documents where
mstats differs from MemStats.

Fixes #15849.

Change-Id: Ie09374bcdb3a5fdd2d25fe4bba836aaae92cb1dd
Reviewed-on: https://go-review.googlesource.com/28972
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/runtime/mstats.go