Home
last modified time | relevance | path

Searched defs:GCController (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go1383 type GCController struct { struct
1384 gcControllerState
1398 …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 …]