Home | History | Annotate | Download | only in runtime

Lines Matching refs:garbage

290 	// new calls malloc, malloc can call the garbage collector,
291 // and the garbage collector calls the semaphore implementation
295 // which keeps the garbage collector from being invoked.
545 // Add to allm so garbage collector doesn't free g->m
1416 // running at all (that is, there's no garbage collection
1499 // put on allg for garbage collector
2607 // Garbage collector isn't running (since we are),
2647 // the garbage collector during the system call.
2649 // we don't know for sure that the garbage collector
2904 // because the destination stack may have garbage on
3757 // forcegcperiod is the maximum time in nanoseconds between garbage
3758 // collections. If we go this long without a garbage collection, one
3768 // If a heap span goes unused for 5 minutes after a garbage collection,