Home
last modified time | relevance | path

Searched refs:startGC (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dstringtable.cpp60 void startGC();
78 connect(&m_gcCountDown, &QTimer::timeout, this, &StringTablePrivate::startGC); in StringTablePrivate()
115 void StringTablePrivate::startGC() in startGC() function in StringTablePrivate
/dports/www/gitea/gitea-1.16.5/vendor/gitea.com/go-chi/cache/
H A Dmemory.go152 func (c *MemoryCacher) startGC() { func
166 time.AfterFunc(time.Duration(c.interval)*time.Second, func() { c.startGC() })
175 go c.startGC()
H A Dfile.go148 func (c *FileCacher) startGC() { func
184 time.AfterFunc(time.Duration(c.interval)*time.Second, func() { c.startGC() })
202 go c.startGC()
/dports/www/gitea/gitea-1.16.5/modules/cache/
H A Dcache_twoqueue.go163 func (c *TwoQueueCache) startGC() { func
170 time.AfterFunc(time.Duration(c.interval)*time.Second, c.startGC)
197 go c.startGC()
/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCache.cc307 if (startGC()) in ~HTTPCache()
349 HTTPCache::startGC() const in startGC() function in libdap::HTTPCache
419 if (startGC()) { in hits_gc()
432 if (startGC()) in too_big_gc()
736 if (new_size < old_size && startGC()) { in set_max_size()
781 if (new_size < old_size && startGC()) { in set_max_entry_size()
1214 if (startGC()) in cache_response()
H A DHTTPCache.h171 bool startGC() const;
/dports/devel/hs-threadscope/threadscope-0.2.14/Events/
H A DTestEvents.hs69 startGC :: Word16
70 startGC = 9 function
120 EventType startGC "Start GC" (Just 0),
/dports/www/gitea/gitea-1.16.5/vendor/gitea.com/go-chi/session/
H A Dsession.go241 go manager.startGC()
500 func (m *Manager) startGC() { func
502 time.AfterFunc(time.Duration(m.opt.Gclifetime)*time.Second, func() { m.startGC() })
/dports/sysutils/kubectl/kubernetes-1.22.2/test/integration/garbagecollector/
H A Dgarbage_collector_test.go208 startGC func(workers int) member
267 startGC := func(workers int) {
279 startGC(workerCount)
289 startGC: startGC,
1026 ctx.startGC(5)
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTCache.c148 PRIVATE BOOL startGC (void) in startGC() function
209 while (startGC()) { in HTCacheGarbage()
1444 if (startGC()) HTCacheGarbage(); in HTCache_setSize()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Denvt.cpp465 startGC: in HeapGC()
576 goto startGC; in HeapGC()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCAPI.cpp293 cx->runtime()->gc.startGC(options, reason, budget); in StartIncrementalGC()
H A DGC.cpp1653 startGC(JS::GCOptions::Normal, JS::GCReason::EAGER_ALLOC_TRIGGER, budget); in maybeGC()
3976 void GCRuntime::startGC(JS::GCOptions options, JS::GCReason reason, in startGC() function in GCRuntime
4173 startGC(JS::GCOptions::Normal, majorGCTriggerReason, budget); in gcIfRequested()
H A DGCRuntime.h338 void startGC(JS::GCOptions options, JS::GCReason reason,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DGCRuntime.h616 void startGC(JSGCInvocationKind gckind, JS::gcreason::Reason reason, int64_t millis = 0);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DGCRuntime.h628 void startGC(JSGCInvocationKind gckind, JS::gcreason::Reason reason, int64_t millis = 0);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCRuntime.h240 void startGC(JSGCInvocationKind gckind, JS::gcreason::Reason reason,
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGCRuntime.h335 void startGC(JS::GCOptions options, JS::GCReason reason, int64_t millis = 0);
H A DGC.cpp3506 startGC(JS::GCOptions::Normal, JS::GCReason::EAGER_ALLOC_TRIGGER); in maybeGC()
7948 void GCRuntime::startGC(JS::GCOptions options, JS::GCReason reason, in startGC() function in GCRuntime
8159 startGC(JS::GCOptions::Normal, majorGCTriggerReason); in gcIfRequested()
8818 cx->runtime()->gc.startGC(options, reason, millis); in StartIncrementalGC()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGCRuntime.h332 void startGC(JSGCInvocationKind gckind, JS::GCReason reason,
H A DGC.cpp3127 startGC(GC_NORMAL, JS::GCReason::EAGER_ALLOC_TRIGGER); in maybeGC()
7394 void GCRuntime::startGC(JSGCInvocationKind gckind, JS::GCReason reason, in startGC() function in GCRuntime
7597 startGC(GC_NORMAL, majorGCTriggerReason); in gcIfRequested()
8263 cx->runtime()->gc.startGC(gckind, reason, millis); in StartIncrementalGC()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGCRuntime.h335 void startGC(JS::GCOptions options, JS::GCReason reason, int64_t millis = 0);
H A DGC.cpp3506 startGC(JS::GCOptions::Normal, JS::GCReason::EAGER_ALLOC_TRIGGER); in maybeGC()
7948 void GCRuntime::startGC(JS::GCOptions options, JS::GCReason reason, in startGC() function in GCRuntime
8159 startGC(JS::GCOptions::Normal, majorGCTriggerReason); in gcIfRequested()
8818 cx->runtime()->gc.startGC(options, reason, millis); in StartIncrementalGC()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp3271 startGC(GC_NORMAL, JS::gcreason::EAGER_ALLOC_TRIGGER); in maybeGC()
3297 startGC(GC_SHRINK, JS::gcreason::PERIODIC_FULL_GC); in maybePeriodicFullGC()
6517 GCRuntime::startGC(JSGCInvocationKind gckind, JS::gcreason::Reason reason, int64_t millis) in startGC() function in GCRuntime
6748 startGC(GC_NORMAL, majorGCTriggerReason); in gcIfRequested()
7418 rt->gc.startGC(gckind, reason, millis); in JS_PUBLIC_API()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp3097 startGC(GC_NORMAL, JS::gcreason::EAGER_ALLOC_TRIGGER);
6401 GCRuntime::startGC(JSGCInvocationKind gckind, JS::gcreason::Reason reason, int64_t millis)
6610 startGC(GC_NORMAL, majorGCTriggerReason);
7235 cx->gc.startGC(gckind, reason, millis);

12