]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused scanSize parameter to gcmarknewobject
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 7 Sep 2022 20:33:06 +0000 (20:33 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 8 Sep 2022 16:06:04 +0000 (16:06 +0000)
commit51c34e2f0b51e62ba195a90fa1c1a8d5be83e2dd
tree383e8fbb5234382b8f0b2717ac7ec3de1791cb42
parent2caaad942e15c148bfce33e06baa03d3a1557fcd
runtime: remove unused scanSize parameter to gcmarknewobject

This was left over from the old pacer, and never removed when the old
pacer was removed in Go 1.19.

Change-Id: I79e5f0420c6100c66bd06129a68f5bbab7c1ea8f
Reviewed-on: https://go-review.googlesource.com/c/go/+/429256
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/malloc.go
src/runtime/mgcmark.go