func runtime.newobject
10 uses
runtime (current package)
malloc.go#L1176: func newobject(typ *_type) unsafe.Pointer {
map.go#L262: ovf = (*bmap)(newobject(t.bucket))
map.go#L594: h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
map.go#L662: kmem := newobject(t.key)
map.go#L667: vmem := newobject(t.elem)
map_fast32.go#L109: h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
map_fast32.go#L199: h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
map_fast64.go#L109: h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
map_fast64.go#L199: h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
map_faststr.go#L220: h.buckets = newobject(t.bucket) // newarray(t.bucket, 1)
![]() |
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. |