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 {