func runtime.msanmalloc
4 uses
runtime (current package)
malloc.go#L1131: msanmalloc(x, size)
msan0.go#L21: func msanmalloc(addr unsafe.Pointer, sz uintptr) { throw("msan") }
proc.go#L4208: msanmalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
stack.go#L413: msanmalloc(v, uintptr(n))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)