mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: update heap dumper header to 1.6.
Change-Id: Ic2a326d41783fb591148748dbcccfd3855091437 Reviewed-on: https://go-review.googlesource.com/18912 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
3caf4e05cf
commit
cedbbfaa45
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ func dumpmemprof() {
|
|||
}
|
||||
}
|
||||
|
||||
var dumphdr = []byte("go1.5 heap dump\n")
|
||||
var dumphdr = []byte("go1.6 heap dump\n")
|
||||
|
||||
func mdump() {
|
||||
// make sure we're done sweeping
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue