var runtime.debugPtrmask
7 uses
runtime (current package)
mbitmap.go#L1013: lock(&debugPtrmask.lock)
mbitmap.go#L1014: if debugPtrmask.data == nil {
mbitmap.go#L1015: debugPtrmask.data = (*byte)(persistentalloc(1<<20, 1, &memstats.other_sys))
mbitmap.go#L1017: ptrmask = debugPtrmask.data
mbitmap.go#L1451: if ptrmask == debugPtrmask.data {
mbitmap.go#L1452: unlock(&debugPtrmask.lock)
mbitmap.go#L1457: var debugPtrmask struct {
![]() |
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. |