func runtime.memclrHasPointers
12 uses
runtime (current package)
map.go#L370: memclrHasPointers(buckets, size)
map.go#L739: memclrHasPointers(k, t.key.size)
map.go#L745: memclrHasPointers(e, t.elem.size)
map.go#L1242: memclrHasPointers(ptr, n)
map_fast32.go#L311: memclrHasPointers(e, t.elem.size)
map_fast32.go#L454: memclrHasPointers(ptr, n)
map_fast64.go#L308: memclrHasPointers(k, 8)
map_fast64.go#L313: memclrHasPointers(e, t.elem.size)
map_fast64.go#L462: memclrHasPointers(ptr, n)
map_faststr.go#L336: memclrHasPointers(e, t.elem.size)
map_faststr.go#L474: memclrHasPointers(ptr, n)
mbarrier.go#L324: func memclrHasPointers(ptr unsafe.Pointer, n uintptr) {
 |
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. |