const runtime._GCoff
14 uses
runtime (current package)
malloc.go#L1122: if gcphase != _GCoff {
mfinal.go#L78: if gcphase != _GCoff {
mgc.go#L271: _GCoff = iota // GC not running; sweeping in background, write barrier disabled
mgc.go#L914: if gcphase != _GCoff {
mgc.go#L1263: if !memstats.enablegc || panicking != 0 || gcphase != _GCoff {
mgc.go#L1676: setGCPhase(_GCoff)
mgc.go#L1690: if gcphase != _GCoff {
mgc.go#L2173: if gcphase != _GCoff {
mgcwork.go#L464: if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
mheap.go#L1795: if gcphase != _GCoff {
proc.go#L2166: if gcphase != _GCoff {
proc.go#L4717: if gcphase != _GCoff {
stack.go#L235: if gcphase == _GCoff && s.allocCount == 0 {
stack.go#L479: if gcphase == _GCoff {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |