-
- Downloads
runtime: move sizeclass defs to new package internal/runtime/gc
We will want to reference these definitions from new generator programs, and this is a good opportunity to cleanup all these old C-style names. Change-Id: Ifb06f0afc381e2697e7877f038eca786610c96de Reviewed-on: https://go-review.googlesource.com/c/go/+/655275 Auto-Submit: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by:Cherry Mui <cherryyz@google.com> Reviewed-by:
Michael Pratt <mpratt@google.com>
Showing
- src/cmd/internal/objabi/pkgspecial.go 1 addition, 0 deletionssrc/cmd/internal/objabi/pkgspecial.go
- src/go/build/deps_test.go 1 addition, 0 deletionssrc/go/build/deps_test.go
- src/internal/runtime/gc/mksizeclasses.go 13 additions, 13 deletionssrc/internal/runtime/gc/mksizeclasses.go
- src/internal/runtime/gc/sizeclasses.go 14 additions, 14 deletionssrc/internal/runtime/gc/sizeclasses.go
- src/runtime/export_test.go 4 additions, 3 deletionssrc/runtime/export_test.go
- src/runtime/heapdump.go 3 additions, 2 deletionssrc/runtime/heapdump.go
- src/runtime/malloc.go 20 additions, 22 deletionssrc/runtime/malloc.go
- src/runtime/mcache.go 5 additions, 4 deletionssrc/runtime/mcache.go
- src/runtime/mcentral.go 6 additions, 5 deletionssrc/runtime/mcentral.go
- src/runtime/metrics.go 6 additions, 5 deletionssrc/runtime/metrics.go
- src/runtime/mgcsweep.go 3 additions, 3 deletionssrc/runtime/mgcsweep.go
- src/runtime/mheap.go 7 additions, 6 deletionssrc/runtime/mheap.go
- src/runtime/mpagealloc.go 2 additions, 1 deletionsrc/runtime/mpagealloc.go
- src/runtime/msize.go 5 additions, 3 deletionssrc/runtime/msize.go
- src/runtime/mstats.go 12 additions, 11 deletionssrc/runtime/mstats.go
- src/runtime/stack.go 5 additions, 4 deletionssrc/runtime/stack.go
- src/runtime/traceallocfree.go 3 additions, 2 deletionssrc/runtime/traceallocfree.go
Loading
Please register or sign in to comment