Home
last modified time | relevance | path

Searched refs:heap_inuse (Results 26 – 50 of 87) sorted by relevance

1234

/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dmalloc.h226 uint64 heap_inuse; // bytes in non-idle spans member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dmalloc.h224 uint64 heap_inuse; // bytes in non-idle spans member
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dmalloc.h217 uint64 heap_inuse; // bytes in non-idle spans member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmgcscavenge.go372 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dmgcscavenge.go396 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmgcscavenge.go396 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmgcscavenge.go396 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmheap.go683 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1023 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1195 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmheap.go666 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1006 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1177 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go683 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1023 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1195 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go683 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1023 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1195 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
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/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go683 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1023 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1195 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go683 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1023 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1195 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmheap.go683 s := h.allocSpanLocked(npage, &memstats.heap_inuse)
1023 memstats.heap_inuse -= uint64(s.npages << _PageShift)
1195 …print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys:…
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
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/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
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/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dmalloc.h244 uint64 heap_inuse; // bytes in non-idle spans member
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/docs/
H A Dmetrics.asciidoc184 heap_sys = heap_idle + heap_inuse.
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dmalloc.h244 uint64 heap_inuse; // bytes in non-idle spans member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dmalloc.h244 uint64 heap_inuse; // bytes in non-idle spans member
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmgcscavenge.go435 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmgcscavenge.go435 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmgcscavenge.go435 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmgcscavenge.go435 (atomic.Load64(&memstats.heap_inuse)*100)/heapRetained(), "% util",

1234