mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Fixed memstats entry to reflect fields 25 and 26 are 256 uvarints.
parent
eb5627dc82
commit
9ba93dbd18
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user