Home
last modified time | relevance | path

Searched refs:unusedsince (Results 1 – 22 of 22) sorted by last modified time

/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dmheap.go398 unusedsince int64 // first time spotted by gc in mspanfree state member
1190 h.freeSpanLocked(t, false, false, s.unusedsince)
1212 s.unusedsince = 0
1310 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1340 s.unusedsince = unusedsince
1341 if unusedsince == 0 {
1342 s.unusedsince = nanotime()
1411 if (now - uint64(s.unusedsince)) > limit {
1465 span.unusedsince = 0
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/
H A Dmheap.go398 unusedsince int64 // first time spotted by gc in mspanfree state member
1190 h.freeSpanLocked(t, false, false, s.unusedsince)
1212 s.unusedsince = 0
1310 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1340 s.unusedsince = unusedsince
1341 if unusedsince == 0 {
1342 s.unusedsince = nanotime()
1411 if (now - uint64(s.unusedsince)) > limit {
1465 span.unusedsince = 0
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmheap.go302 unusedsince int64 // first time spotted by gc in mspanfree state member
854 h.freeSpanLocked(t, false, false, s.unusedsince)
857 s.unusedsince = 0
1006 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1035 s.unusedsince = unusedsince
1036 if unusedsince == 0 {
1037 s.unusedsince = nanotime()
1106 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1143 if (now-uint64(s.unusedsince)) <= limit || s.npreleased == s.npages {
1218 span.unusedsince = 0
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dmalloc.h437 int64 unusedsince; // First time spotted by GC in MSpanFree state member
H A Dmheap.c261 t->unusedsince = s->unusedsince; // preserve age in MHeap_AllocLocked()
263 s->unusedsince = 0; in MHeap_AllocLocked()
419 s->unusedsince = runtime_nanotime(); in MHeap_FreeLocked()
473 if((now - s->unusedsince) > limit && s->npreleased != s->npages) { in scavengelist()
597 span->unusedsince = 0; in runtime_MSpan_Init()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go302 unusedsince int64 // first time spotted by gc in mspanfree state member
854 h.freeSpanLocked(t, false, false, s.unusedsince)
857 s.unusedsince = 0
1006 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1035 s.unusedsince = unusedsince
1036 if unusedsince == 0 {
1037 s.unusedsince = nanotime()
1106 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1143 if (now-uint64(s.unusedsince)) <= limit || s.npreleased == s.npages {
1218 span.unusedsince = 0
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go302 unusedsince int64 // first time spotted by gc in mspanfree state member
854 h.freeSpanLocked(t, false, false, s.unusedsince)
857 s.unusedsince = 0
1006 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1035 s.unusedsince = unusedsince
1036 if unusedsince == 0 {
1037 s.unusedsince = nanotime()
1106 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1143 if (now-uint64(s.unusedsince)) <= limit || s.npreleased == s.npages {
1218 span.unusedsince = 0
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go302 unusedsince int64 // first time spotted by gc in mspanfree state member
854 h.freeSpanLocked(t, false, false, s.unusedsince)
857 s.unusedsince = 0
1006 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1035 s.unusedsince = unusedsince
1036 if unusedsince == 0 {
1037 s.unusedsince = nanotime()
1106 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1143 if (now-uint64(s.unusedsince)) <= limit || s.npreleased == s.npages {
1218 span.unusedsince = 0
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmheap.go302 unusedsince int64 // first time spotted by gc in mspanfree state member
854 h.freeSpanLocked(t, false, false, s.unusedsince)
857 s.unusedsince = 0
1006 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1035 s.unusedsince = unusedsince
1036 if unusedsince == 0 {
1037 s.unusedsince = nanotime()
1106 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1143 if (now-uint64(s.unusedsince)) <= limit || s.npreleased == s.npages {
1218 span.unusedsince = 0
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/
H A Dmheap.go398 unusedsince int64 // first time spotted by gc in mspanfree state member
1190 h.freeSpanLocked(t, false, false, s.unusedsince)
1212 s.unusedsince = 0
1310 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1340 s.unusedsince = unusedsince
1341 if unusedsince == 0 {
1342 s.unusedsince = nanotime()
1411 if (now - uint64(s.unusedsince)) > limit {
1465 span.unusedsince = 0
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmheap.go294 unusedsince int64 // first time spotted by gc in mspanfree state member
837 h.freeSpanLocked(t, false, false, s.unusedsince)
840 s.unusedsince = 0
989 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1018 s.unusedsince = unusedsince
1019 if unusedsince == 0 {
1020 s.unusedsince = nanotime()
1089 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1126 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1200 span.unusedsince = 0
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmheap.go302 unusedsince int64 // first time spotted by gc in mspanfree state member
854 h.freeSpanLocked(t, false, false, s.unusedsince)
857 s.unusedsince = 0
1006 func (h *mheap) freeSpanLocked(s *mspan, acctinuse, acctidle bool, unusedsince int64) {
1035 s.unusedsince = unusedsince
1036 if unusedsince == 0 {
1037 s.unusedsince = nanotime()
1106 if (now-uint64(s.unusedsince)) > limit && s.npreleased != s.npages {
1143 if (now-uint64(s.unusedsince)) <= limit || s.npreleased == s.npages {
1218 span.unusedsince = 0
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dmalloc.h437 int64 unusedsince; // First time spotted by GC in MSpanFree state member
H A Dmheap.c261 t->unusedsince = s->unusedsince; // preserve age in MHeap_AllocLocked()
263 s->unusedsince = 0; in MHeap_AllocLocked()
419 s->unusedsince = runtime_nanotime(); in MHeap_FreeLocked()
473 if((now - s->unusedsince) > limit && s->npreleased != s->npages) { in scavengelist()
597 span->unusedsince = 0; in runtime_MSpan_Init()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dmalloc.h437 int64 unusedsince; // First time spotted by GC in MSpanFree state member
H A Dmheap.c261 t->unusedsince = s->unusedsince; // preserve age in MHeap_AllocLocked()
263 s->unusedsince = 0; in MHeap_AllocLocked()
419 s->unusedsince = runtime_nanotime(); in MHeap_FreeLocked()
473 if((now - s->unusedsince) > limit && s->npreleased != s->npages) { in scavengelist()
597 span->unusedsince = 0; in runtime_MSpan_Init()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dmheap.c180 t->unusedsince = s->unusedsince; // preserve age in MHeap_AllocLocked()
182 s->unusedsince = 0; in MHeap_AllocLocked()
338 s->unusedsince = runtime_nanotime(); in MHeap_FreeLocked()
398 if((now - s->unusedsince) > limit && s->npreleased != s->npages) { in scavengelist()
520 span->unusedsince = 0; in runtime_MSpan_Init()
H A Dmalloc.h363 int64 unusedsince; // First time spotted by GC in MSpanFree state member
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dmheap.c161 t->unusedsince = s->unusedsince; // preserve age in MHeap_AllocLocked()
163 s->unusedsince = 0; in MHeap_AllocLocked()
325 s->unusedsince = runtime_nanotime(); in MHeap_FreeLocked()
385 if((now - s->unusedsince) > limit) { in scavengelist()
510 span->unusedsince = 0; in runtime_MSpan_Init()
H A Dmalloc.h372 int64 unusedsince; // First time spotted by GC in MSpanFree state member
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dmheap.c141 t->unusedsince = s->unusedsince; // preserve age in MHeap_AllocLocked()
143 s->unusedsince = 0; in MHeap_AllocLocked()
309 s->unusedsince = runtime_nanotime(); in MHeap_FreeLocked()
426 if((now - s->unusedsince) > limit) { in runtime_MHeap_Scavenger()
460 span->unusedsince = 0; in runtime_MSpan_Init()
H A Dmalloc.h364 int64 unusedsince; // First time spotted by GC in MSpanFree state member