Home
last modified time | relevance | path

Searched refs:heap_inuse (Results 1 – 25 of 87) sorted by last modified time

1234

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmheap.go1284 atomic.Xadd64(&memstats.heap_inuse, int64(nbytes))
1490 atomic.Xadd64(&memstats.heap_inuse, -int64(nbytes))
H A Dmstats.go37 heap_inuse uint64 // bytes in mSpanInUse spans member
438 stats.HeapIdle = memstats.heap_sys.load() - memstats.heap_inuse
439 stats.HeapInuse = memstats.heap_inuse
616 if memstats.heap_inuse != uint64(consStats.inHeap) {
617 print("runtime: heap_inuse=", memstats.heap_inuse, "\n")
H A Dmgc.go976 memstats.last_heap_inuse = memstats.heap_inuse
H A Dmgcscavenge.go442 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmheap.go1273 atomic.Xadd64(&memstats.heap_inuse, int64(nbytes))
1485 atomic.Xadd64(&memstats.heap_inuse, -int64(nbytes))
H A Dmgcscavenge.go435 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
H A Dmgc.go977 memstats.last_heap_inuse = memstats.heap_inuse
H A Dmstats.go37 heap_inuse uint64 // bytes in mSpanInUse spans member
438 stats.HeapIdle = memstats.heap_sys.load() - memstats.heap_inuse
439 stats.HeapInuse = memstats.heap_inuse
616 if memstats.heap_inuse != uint64(consStats.inHeap) {
617 print("runtime: heap_inuse=", memstats.heap_inuse, "\n")
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmgcscavenge.go435 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
H A Dmheap.go1276 atomic.Xadd64(&memstats.heap_inuse, int64(nbytes))
1467 atomic.Xadd64(&memstats.heap_inuse, -int64(nbytes))
H A Dmgc.go1698 memstats.last_heap_inuse = memstats.heap_inuse
H A Dmstats.go36 heap_inuse uint64 // bytes in mSpanInUse spans member
508 stats.HeapIdle = memstats.heap_sys.load() - memstats.heap_inuse
509 stats.HeapInuse = memstats.heap_inuse
686 if memstats.heap_inuse != uint64(consStats.inHeap) {
687 print("runtime: heap_inuse=", memstats.heap_inuse, "\n")
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmgc.go1685 memstats.last_heap_inuse = memstats.heap_inuse
H A Dheapdump.go419 dumpint(memstats.heap_inuse)
H A Dmgcscavenge.go396 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
H A Dmheap.go871 s = h.allocSpan(npages, false, spanclass, &memstats.heap_inuse)
1407 mSysStatDec(&memstats.heap_inuse, s.npages*pageSize)
H A Dmstats.go41 heap_inuse uint64 // bytes in mSpanInUse spans member
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dheapdump.go419 dumpint(memstats.heap_inuse)
H A Dmstats.go41 heap_inuse uint64 // bytes in mSpanInUse spans member
H A Dmheap.go977 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1331 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1443 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmstats.go36 heap_inuse uint64 // bytes in mSpanInUse spans member
508 stats.HeapIdle = memstats.heap_sys.load() - memstats.heap_inuse
509 stats.HeapInuse = memstats.heap_inuse
686 if memstats.heap_inuse != uint64(consStats.inHeap) {
687 print("runtime: heap_inuse=", memstats.heap_inuse, "\n")
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmstats.go36 heap_inuse uint64 // bytes in mSpanInUse spans member
508 stats.HeapIdle = memstats.heap_sys.load() - memstats.heap_inuse
509 stats.HeapInuse = memstats.heap_inuse
686 if memstats.heap_inuse != uint64(consStats.inHeap) {
687 print("runtime: heap_inuse=", memstats.heap_inuse, "\n")
H A Dmgc.go1698 memstats.last_heap_inuse = memstats.heap_inuse
H A Dmgcscavenge.go435 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
H A Dmheap.go1276 atomic.Xadd64(&memstats.heap_inuse, int64(nbytes))
1467 atomic.Xadd64(&memstats.heap_inuse, -int64(nbytes))

1234