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.2.8-preview. (GOOS=darwin GOARCH=arm64)