var runtime.MemProfileRate
8 uses
runtime (current package)
arena.go#L810: if rate := MemProfileRate; rate > 0 {
malloc.go#L1245: if rate := MemProfileRate; rate > 0 {
malloc.go#L1470: if MemProfileRate == 1 {
malloc.go#L1484: return uintptr(fastexprand(MemProfileRate))
malloc.go#L1521: rate := MemProfileRate
mprof.go#L938: var MemProfileRate int = 512 * 1024
proc.go#L850: MemProfileRate = 0
runtime1.go#L511: MemProfileRate = n
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |