]> Cypherpunks repositories - gostls13.git/commit
runtime: add a non-functional memory limit to the pacer
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 2 Mar 2022 20:49:36 +0000 (20:49 +0000)
committerMichael Knyszek <mknyszek@google.com>
Tue, 3 May 2022 15:12:04 +0000 (15:12 +0000)
commit986a31053d1cdb866153b44b6defa9f0400c4d4b
tree4f6c2a148e50f9447ccb453bb8b9085290db7f71
parent0feebe6eb594e28c29022c65ffcd2ae0e8bebac7
runtime: add a non-functional memory limit to the pacer

Nothing much to see here, just some plumbing to make latter CLs smaller
and clearer.

For #48409.

Change-Id: Ide23812d5553e0b6eea5616c277d1a760afb4ed0
Reviewed-on: https://go-review.googlesource.com/c/go/+/393401
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/debug/stubs.go
src/runtime/export_test.go
src/runtime/mgc.go
src/runtime/mgcpacer.go