-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/gocore: refactor heapArena reading
There are a lot of different historical changes to the heap arena structure, making Process.readHeap difficult to follow. Refactor to split out version-specific logic to individual methods. Reading allocation headers is not yet supported by this CL. For golang/go#64049. Change-Id: Ia4198bd8492d8426c7a2cc8671b78c49ab6b7161 Reviewed-on: https://go-review.googlesource.com/c/debug/+/541131 Reviewed-by: Michael Knyszek <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information
Showing
1 changed file
with
112 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters