func runtime.memhash
13 uses
runtime (current package)
alg.go#L23: return memhash(p, h, 1)
alg.go#L27: return memhash(p, h, 2)
alg.go#L31: return memhash(p, h, 16)
alg.go#L38: return memhash(p, h, size)
alg.go#L47: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
alg.go#L70: return memhash(p, h, 4)
alg.go#L82: return memhash(p, h, 8)
alg.go#L153: return memhash(p, h, t.size)
alg.go#L186: h = memhash(add(p, memStart), h, memEnd-memStart)
alg.go#L202: h = memhash(add(p, memStart), h, memEnd-memStart)
alg.go#L299: return memhash(s.array, seed, uintptr(s.len))
runtime2.go#L890: h := memhash(unsafe.Pointer(&r[n-w]), uintptr(nanotime()), uintptr(w))
trace.go#L784: hash := memhash(unsafe.Pointer(&pcs[0]), 0, uintptr(len(pcs))*unsafe.Sizeof(pcs[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. |