Home
last modified time | relevance | path

Searched refs:sweepPagesPerByte (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmgcsweep.go180 …ring sweep; swept ", mheap_.pagesSwept.Load(), " pages at ", mheap_.sweepPagesPerByte, " pages/byt…
797 if mheap_.sweepPagesPerByte == 0 {
811 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
814 mheap_.sweepPagesPerByte = 0
847 mheap_.sweepPagesPerByte = 0
868 mheap_.sweepPagesPerByte = 0
870 mheap_.sweepPagesPerByte = float64(sweepDistancePages) / float64(heapDistance)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmgcsweep.go82 sweepRatio := mheap_.sweepPagesPerByte // For debugging
407 if mheap_.sweepPagesPerByte == 0 {
421 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
424 mheap_.sweepPagesPerByte = 0
H A Dmgc.go867 mheap_.sweepPagesPerByte = 0
887 mheap_.sweepPagesPerByte = 0
889 mheap_.sweepPagesPerByte = float64(sweepDistancePages) / float64(heapDistance)
2067 mheap_.sweepPagesPerByte = 0
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmgcsweep.go80 sweepRatio := mheap_.sweepPagesPerByte // For debugging
391 if mheap_.sweepPagesPerByte == 0 {
405 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
408 mheap_.sweepPagesPerByte = 0
H A Dmgc.go830 mheap_.sweepPagesPerByte = 0
850 mheap_.sweepPagesPerByte = 0
852 mheap_.sweepPagesPerByte = float64(sweepDistancePages) / float64(heapDistance)
2013 mheap_.sweepPagesPerByte = 0
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmgcsweep.go82 sweepRatio := mheap_.sweepPagesPerByte // For debugging
407 if mheap_.sweepPagesPerByte == 0 {
421 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
424 mheap_.sweepPagesPerByte = 0
H A Dmgc.go867 mheap_.sweepPagesPerByte = 0
887 mheap_.sweepPagesPerByte = 0
889 mheap_.sweepPagesPerByte = float64(sweepDistancePages) / float64(heapDistance)
2067 mheap_.sweepPagesPerByte = 0
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmgcsweep.go82 sweepRatio := mheap_.sweepPagesPerByte // For debugging
407 if mheap_.sweepPagesPerByte == 0 {
421 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
424 mheap_.sweepPagesPerByte = 0
H A Dmgc.go867 mheap_.sweepPagesPerByte = 0
887 mheap_.sweepPagesPerByte = 0
889 mheap_.sweepPagesPerByte = float64(sweepDistancePages) / float64(heapDistance)
2067 mheap_.sweepPagesPerByte = 0
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmgcsweep.go82 sweepRatio := mheap_.sweepPagesPerByte // For debugging
407 if mheap_.sweepPagesPerByte == 0 {
421 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
424 mheap_.sweepPagesPerByte = 0
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmgcsweep.go82 sweepRatio := mheap_.sweepPagesPerByte // For debugging
407 if mheap_.sweepPagesPerByte == 0 {
421 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
424 mheap_.sweepPagesPerByte = 0
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmgcsweep.go82 sweepRatio := mheap_.sweepPagesPerByte // For debugging
407 if mheap_.sweepPagesPerByte == 0 {
421 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
424 mheap_.sweepPagesPerByte = 0
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dmgcsweep.go97 sweepRatio := mheap_.sweepPagesPerByte // For debugging
421 if mheap_.sweepPagesPerByte == 0 {
435 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
438 mheap_.sweepPagesPerByte = 0
H A Dmgc.go850 mheap_.sweepPagesPerByte = 0
871 mheap_.sweepPagesPerByte = 0
873 mheap_.sweepPagesPerByte = float64(sweepDistancePages) / float64(heapDistance)
2139 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dmgcsweep.go99 sweepRatio := mheap_.sweepPagesPerByte // For debugging
423 if mheap_.sweepPagesPerByte == 0 {
437 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
440 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dmgcsweep.go99 sweepRatio := mheap_.sweepPagesPerByte // For debugging
450 if mheap_.sweepPagesPerByte == 0 {
464 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
467 mheap_.sweepPagesPerByte = 0
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmgcsweep.go99 sweepRatio := mheap_.sweepPagesPerByte // For debugging
423 if mheap_.sweepPagesPerByte == 0 {
437 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
440 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Dmgcsweep.go99 sweepRatio := mheap_.sweepPagesPerByte // For debugging
423 if mheap_.sweepPagesPerByte == 0 {
437 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
440 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dmgcsweep.go99 sweepRatio := mheap_.sweepPagesPerByte // For debugging
450 if mheap_.sweepPagesPerByte == 0 {
464 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
467 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dmgcsweep.go99 sweepRatio := mheap_.sweepPagesPerByte // For debugging
450 if mheap_.sweepPagesPerByte == 0 {
464 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
467 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmgcsweep.go192 sweepRatio := mheap_.sweepPagesPerByte // For debugging
637 if mheap_.sweepPagesPerByte == 0 {
651 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
654 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmgcsweep.go192 sweepRatio := mheap_.sweepPagesPerByte // For debugging
637 if mheap_.sweepPagesPerByte == 0 {
651 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
654 mheap_.sweepPagesPerByte = 0
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmgcsweep.go192 sweepRatio := mheap_.sweepPagesPerByte // For debugging
637 if mheap_.sweepPagesPerByte == 0 {
651 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
654 mheap_.sweepPagesPerByte = 0
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmgcsweep.go254 … "MB during sweep; swept ", mheap_.pagesSwept, " pages at ", mheap_.sweepPagesPerByte, " pages/byt…
718 if mheap_.sweepPagesPerByte == 0 {
732 pagesTarget := int64(mheap_.sweepPagesPerByte*float64(newHeapLive)) - int64(callerSweepPages)
735 mheap_.sweepPagesPerByte = 0
H A Dmgcpacer.go747 mheap_.sweepPagesPerByte = 0
768 mheap_.sweepPagesPerByte = 0
770 mheap_.sweepPagesPerByte = float64(sweepDistancePages) / float64(heapDistance)

123