From 9ba93dbd184cc6be74a54101c1b88e8500bf6d9d Mon Sep 17 00:00:00 2001 From: Eric Sammer Date: Sat, 20 Jun 2020 10:33:36 -0700 Subject: [PATCH] Fixed memstats entry to reflect fields 25 and 26 are 256 uvarints. --- heapdump15-through-heapdump17.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heapdump15-through-heapdump17.md b/heapdump15-through-heapdump17.md index 6d144c10..052d4805 100644 --- a/heapdump15-through-heapdump17.md +++ b/heapdump15-through-heapdump17.md @@ -128,7 +128,7 @@ This finalizer has been registered with the runtime system, but the object to wh # 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 * uvarint: address of object that has a finalizer