func runtime.racemalloc

4 uses

	runtime (current package)
		malloc.go#L1127: 		racemalloc(x, size)
		proc.go#L4205: 			racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr)                               { throw("race") }
		stack.go#L410: 		racemalloc(v, uintptr(n))