func runtime.sysReserve
6 uses
runtime (current package)
malloc.go#L569: meta := uintptr(sysReserve(nil, arenaMetaSize))
malloc.go#L655: v = sysReserve(unsafe.Pointer(p), n)
malloc.go#L801: p := uintptr(sysReserve(v, size+align))
malloc.go#L816: p2 := sysReserve(unsafe.Pointer(p), size)
mem_darwin.go#L51: func sysReserve(v unsafe.Pointer, n uintptr) unsafe.Pointer {
mpagealloc_64bit.go#L78: r := sysReserve(nil, b)
![]() |
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. |