Home | History | Annotate | Download | only in runtime

Lines Matching refs:garbage

310 	// new calls malloc, malloc can call the garbage collector,
311 // and the garbage collector calls the semaphore implementation
315 // which keeps the garbage collector from being invoked.
568 // Add to allm so garbage collector doesn't free g->m
1586 // running at all (that is, there's no garbage collection
1675 // put on allg for garbage collector
2958 // Garbage collector isn't running (since we are),
3000 // the garbage collector during the system call.
3002 // we don't know for sure that the garbage collector
3296 // because the destination stack may have garbage on
4175 // forcegcperiod is the maximum time in nanoseconds between garbage
4176 // collections. If we go this long without a garbage collection, one
4191 // If a heap span goes unused for 5 minutes after a garbage collection,