commit | 416347b5db1ac15521830e7eae9c6937fea7e5fa | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Mon May 04 14:41:24 2020 -0700 |
committer | Keith Randall <khr@golang.org> | Thu May 07 20:53:07 2020 +0000 |
tree | 7f80e9d5d0185ae3e2d2c163301f77456eb970d2 | |
parent | 21d9a9d1447fd3501eafb73cfc7e0423fcc76270 [diff] |
cmd/viewcore: account for partially allocated arenas Arenas used to be allocated completely (or at least, have a span allocated to represent the unused space). Since 1.13.3, the latest arena only has spans up to its highest allocation point. Fixes viewcore for 1.13.3. This change was CL 189957, backported to 1.13 at CL 198485. Update golang/go#38638 Change-Id: Ia8cb14925cf6f4226a80e7ff4f011aa93e8b41d1 Reviewed-on: https://go-review.googlesource.com/c/debug/+/232158 Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This repository holds utilities and libraries for debugging Go programs.
WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the debug repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/debug:” in the subject line, so it is easy to find.