-
- Downloads
runtime: convert mprof.goc to mprof.go
The exported Go definitions appearing in mprof.go are copied verbatim from debug.go. The unexported Go funcs and types are new. The C Bucket type used a union and was not a line-for-line translation. LGTM=remyoudompheng R=golang-codereviews, remyoudompheng CC=dvyukov, golang-codereviews, iant, khr, r https://golang.org/cl/137040043
Showing
- src/cmd/api/goapi.go 1 addition, 1 deletionsrc/cmd/api/goapi.go
- src/cmd/dist/buildruntime.c 2 additions, 1 deletionsrc/cmd/dist/buildruntime.c
- src/pkg/runtime/chan.goc 1 addition, 0 deletionssrc/pkg/runtime/chan.goc
- src/pkg/runtime/debug.go 0 additions, 83 deletionssrc/pkg/runtime/debug.go
- src/pkg/runtime/defs.c 0 additions, 1 deletionsrc/pkg/runtime/defs.c
- src/pkg/runtime/extern.go 6 additions, 0 deletionssrc/pkg/runtime/extern.go
- src/pkg/runtime/heapdump.c 4 additions, 2 deletionssrc/pkg/runtime/heapdump.c
- src/pkg/runtime/malloc.go 2 additions, 3 deletionssrc/pkg/runtime/malloc.go
- src/pkg/runtime/malloc.h 4 additions, 4 deletionssrc/pkg/runtime/malloc.h
- src/pkg/runtime/mgc0.c 1 addition, 1 deletionsrc/pkg/runtime/mgc0.c
- src/pkg/runtime/mheap.c 1 addition, 1 deletionsrc/pkg/runtime/mheap.c
- src/pkg/runtime/mprof.go 385 additions, 281 deletionssrc/pkg/runtime/mprof.go
- src/pkg/runtime/mprof.goc 0 additions, 347 deletionssrc/pkg/runtime/mprof.goc
- src/pkg/runtime/mprof.h 0 additions, 56 deletionssrc/pkg/runtime/mprof.h
- src/pkg/runtime/proc.c 4 additions, 0 deletionssrc/pkg/runtime/proc.c
- src/pkg/runtime/runtime.h 1 addition, 1 deletionsrc/pkg/runtime/runtime.h
- src/pkg/runtime/stubs.go 0 additions, 4 deletionssrc/pkg/runtime/stubs.go
Loading
Please register or sign in to comment