runtime.mheap.sysAlloc (method)
2 uses
runtime (current package)
malloc.go#L629: func (h *mheap) sysAlloc(n uintptr) (v unsafe.Pointer, size uintptr) {
mheap.go#L1346: av, asize := h.sysAlloc(ask)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)