Home
last modified time | relevance | path

Searched refs:gcthresh (Results 1 – 11 of 11) sorted by relevance

/dports/databases/py-berkeleydb/berkeleydb-18.1.4/
H A Dtest.py409 global gcthresh
425 gcthresh = None
450 gcthresh = int(v)
472 if gcthresh is not None:
473 gc.set_threshold(gcthresh)
/dports/databases/py-bsddb3/bsddb3-6.2.9/
H A Dtest3.py484 global gcthresh
502 gcthresh = None
529 gcthresh = int(v)
551 if gcthresh is not None:
552 gc.set_threshold(gcthresh)
H A Dtest2.py484 global gcthresh
502 gcthresh = None
529 gcthresh = int(v)
551 if gcthresh is not None:
552 gc.set_threshold(gcthresh)
/dports/lang/mujs/mujs-1.2.0/
H A Djsi.h257 unsigned int gccounter, gcthresh; member
H A Djsstate.c323 J->gcthresh = 0; /* reaches stability within ~ 2-5 GC cycles */ in js_newstate()
H A Djsgc.c244 J->gcthresh = remaining * JS_GCFACTOR; in js_gc()
H A Djsrun.c1390 if (J->gccounter > J->gcthresh) in jsR_run()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsi.h244 unsigned int gccounter, gcthresh; member
H A Djsstate.c288 J->gcthresh = 0; /* reaches stability within ~ 2-5 GC cycles */ in js_newstate()
H A Djsgc.c244 J->gcthresh = remaining * JS_GCFACTOR; in js_gc()
H A Djsrun.c1359 if (J->gccounter > J->gcthresh) in jsR_run()