runtime.mstats.other_sys (field)
23 uses
runtime (current package)
heapdump.go#L712: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L730: sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
heapdump.go#L733: p := sysAlloc(n, &memstats.other_sys)
iface.go#L66: m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.mhdr)-1)*sys.PtrSize, 0, &memstats.other_sys))
malloc.go#L935: return persistentalloc(size, align, &memstats.other_sys)
malloc.go#L1355: persistent.base = (*notInHeap)(sysAlloc(persistentChunkSize, &memstats.other_sys))
malloc.go#L1380: if sysStat != &memstats.other_sys {
malloc.go#L1382: memstats.other_sys.add(-int64(size))
mbitmap.go#L1015: debugPtrmask.data = (*byte)(persistentalloc(1<<20, 1, &memstats.other_sys))
metrics.go#L366: a.otherSys = memstats.other_sys.load()
mheap.go#L507: sp.array = sysAlloc(uintptr(n)*sys.PtrSize, &memstats.other_sys)
mheap.go#L519: sysFree(unsafe.Pointer(&oldAllspans[0]), uintptr(cap(oldAllspans))*unsafe.Sizeof(oldAllspans[0]), &memstats.other_sys)
mheap.go#L707: h.specialfinalizeralloc.init(unsafe.Sizeof(specialfinalizer{}), nil, nil, &memstats.other_sys)
mheap.go#L708: h.specialprofilealloc.init(unsafe.Sizeof(specialprofile{}), nil, nil, &memstats.other_sys)
mheap.go#L709: h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)
mstats.go#L61: other_sys sysMemStat // updated atomically or during STW
mstats.go#L525: stats.OtherSys = memstats.other_sys.load()
mstats.go#L616: memstats.other_sys.load()
netpoll.go#L539: mem := persistentalloc(n*pdSize, 0, &memstats.other_sys)
trace.go#L364: sysFree(unsafe.Pointer(buf), unsafe.Sizeof(*buf.ptr()), &memstats.other_sys)
trace.go#L643: buf = traceBufPtr(sysAlloc(unsafe.Sizeof(traceBuf{}), &memstats.other_sys))
trace.go#L947: block := (*traceAllocBlock)(sysAlloc(unsafe.Sizeof(traceAllocBlock{}), &memstats.other_sys))
trace.go#L965: sysFree(unsafe.Pointer(block), unsafe.Sizeof(traceAllocBlock{}), &memstats.other_sys)
 |
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. |