var runtime.tmpbuf
13 uses
runtime (current package)
heapdump.go#L67: var tmpbuf []byte
heapdump.go#L711: if tmpbuf != nil {
heapdump.go#L712: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L713: tmpbuf = nil
heapdump.go#L728: if uintptr(len(tmpbuf)) < nptr/8+1 {
heapdump.go#L729: if tmpbuf != nil {
heapdump.go#L730: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L737: tmpbuf = (*[1 << 30]byte)(p)[:n]
heapdump.go#L741: tmpbuf[i] = 0
heapdump.go#L750: tmpbuf[i/8] |= 1 << (i % 8)
heapdump.go#L754: return bitvector{int32(i), &tmpbuf[0]}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)