Searched defs:GCController (Results 1 – 1 of 1) sorted by relevance
1383 type GCController struct { struct1384 gcControllerState1398 …c *GCController) StartCycle(stackSize, globalsSize uint64, scannableFrac float64, gomaxprocs int) {1410 func (c *GCController) AssistWorkPerByte() float64 {1414 func (c *GCController) HeapGoal() uint64 {1418 func (c *GCController) HeapLive() uint64 {1422 func (c *GCController) HeapMarked() uint64 {1426 func (c *GCController) Triggered() uint64 {1438 func (c *GCController) Revise(d GCControllerReviseDelta) {1447 func (c *GCController) EndCycle(bytesMarked uint64, assistTime, elapsed int64, gomaxprocs int) {[all …]