aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mgcpacer.go
AgeCommit message (Expand)Author
2021-04-14runtime: make gcEffectiveGrowthRatio a method on gcControllerStateMichael Anthony Knyszek
2021-04-14runtime: pass work.userForced to gcController.endCycle explicitlyMichael Anthony Knyszek
2021-04-14runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek
2021-04-14runtime: create setGCPercent method for gcControllerStateMichael Anthony Knyszek
2021-04-14runtime: create initializer for gcControllerStateMichael Anthony Knyszek
2021-04-14runtime: move gcPercent and heapMinimum into gcControllerStateMichael Anthony Knyszek
2021-04-14runtime: make gcSetTriggerRatio a method of gcControllerStateMichael Anthony Knyszek
2021-04-13runtime: move internal GC statistics from memstats to gcControllerMichael Anthony Knyszek
2021-04-13runtime: rename gcpercent, readgogc, and heapminimum to match Go styleMichael Anthony Knyszek
2021-04-13runtime: break out GC pacer into its own fileMichael Anthony Knyszek