Fixed memstats entry to reflect fields 25 and 26 are 256 uvarints.

Eric Sammer 2020-06-20 10:33:36 -07:00
parent eb5627dc82
commit 9ba93dbd18

@ -128,7 +128,7 @@ This finalizer has been registered with the runtime system, but the object to wh
# memstats # memstats
Dumps the first 26 fields of [MemStats](http://golang.org/pkg/runtime/#MemStats). All fields are dumped with a uvarint except the 25th which is dumped with 256 uvarints. Dumps the first 26 fields of [MemStats](http://golang.org/pkg/runtime/#MemStats). All fields are dumped with a uvarint except the 25th and 26th which are dumped with 256 uvarints.
# queuedfinalizer # queuedfinalizer
* uvarint: address of object that has a finalizer * uvarint: address of object that has a finalizer