var runtime.MemProfileRate
8 uses
runtime (current package)
arena.go#L696: if rate := MemProfileRate; rate > 0 {
malloc.go#L1207: if rate := MemProfileRate; rate > 0 {
malloc.go#L1375: if MemProfileRate == 1 {
malloc.go#L1389: return uintptr(fastexprand(MemProfileRate))
malloc.go#L1426: rate := MemProfileRate
mprof.go#L595: var MemProfileRate int = 512 * 1024
proc.go#L752: MemProfileRate = 0
runtime1.go#L480: MemProfileRate = n
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |