runtime/pprof.profMap.hash (field)
8 uses
runtime/pprof (current package)
map.go#L12: hash map[uintptr]*profMapEntry
map.go#L41: for e := m.hash[h]; e != nil; last, e = e, e.nextHash {
map.go#L53: e.nextHash = m.hash[h]
map.go#L54: m.hash[h] = e
map.go#L65: e.nextHash = m.hash[h]
map.go#L78: if m.hash == nil {
map.go#L79: m.hash = make(map[uintptr]*profMapEntry)
map.go#L81: m.hash[h] = e
![]() |
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. |