runtime.mspan.needzero (field)
8 uses
runtime (current package)
malloc.go#L1072: if needzero && span.needzero != 0 {
mgcsweep.go#L505: s.needzero = 1
mheap.go#L459: needzero uint8 // needs to be zeroed before allocation
mheap.go#L914: if needzero && s.needzero != 0 {
mheap.go#L917: s.needzero = 0
mheap.go#L1212: s.needzero = 1
mheap.go#L1434: s.needzero = 1
mheap.go#L1537: span.needzero = 0
![]() |
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. |