func runtime.sysUsed
4 uses
runtime (current package)
malloc.go#L1432: sysUsed(unsafe.Pointer(l.mapped), pEnd-l.mapped)
mem_darwin.go#L29: func sysUsed(v unsafe.Pointer, n uintptr) {
mheap.go#L1271: sysUsed(unsafe.Pointer(base), nbytes)
mpagealloc_64bit.go#L178: sysUsed(unsafe.Pointer(need.base.addr()), need.size())
![]() |
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. |