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.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. |