Home
last modified time | relevance | path

Searched refs:GC_deficit (Results 1 – 20 of 20) sorted by relevance

/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c384 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
393 for (i = GC_deficit; i < GC_RATE*n; i++) { in GC_collect_a_little_inner()
416 if (GC_deficit > 0) GC_deficit -= GC_RATE*n; in GC_collect_a_little_inner()
417 if (GC_deficit < 0) GC_deficit = 0; in GC_collect_a_little_inner()
479 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c384 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
393 for (i = GC_deficit; i < GC_RATE*n; i++) { in GC_collect_a_little_inner()
416 if (GC_deficit > 0) GC_deficit -= GC_RATE*n; in GC_collect_a_little_inner()
417 if (GC_deficit < 0) GC_deficit = 0; in GC_collect_a_little_inner()
479 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c384 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
393 for (i = GC_deficit; i < GC_RATE*n; i++) { in GC_collect_a_little_inner()
416 if (GC_deficit > 0) GC_deficit -= GC_RATE*n; in GC_collect_a_little_inner()
417 if (GC_deficit < 0) GC_deficit = 0; in GC_collect_a_little_inner()
479 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dalloc.c402 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
412 for (i = GC_deficit; i < GC_RATE*n; i++) {
435 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
436 if (GC_deficit < 0) GC_deficit = 0;
512 GC_deficit = i; /* Give the mutator a chance. */
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c384 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
393 for (i = GC_deficit; i < GC_RATE*n; i++) { in GC_collect_a_little_inner()
416 if (GC_deficit > 0) GC_deficit -= GC_RATE*n; in GC_collect_a_little_inner()
417 if (GC_deficit < 0) GC_deficit = 0; in GC_collect_a_little_inner()
479 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c384 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
393 for (i = GC_deficit; i < GC_RATE*n; i++) { in GC_collect_a_little_inner()
416 if (GC_deficit > 0) GC_deficit -= GC_RATE*n; in GC_collect_a_little_inner()
417 if (GC_deficit < 0) GC_deficit = 0; in GC_collect_a_little_inner()
479 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dalloc.c402 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
412 for (i = GC_deficit; i < GC_RATE*n; i++) {
435 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
436 if (GC_deficit < 0) GC_deficit = 0;
512 GC_deficit = i; /* Give the mutator a chance. */
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dalloc.c423 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
433 for (i = GC_deficit; i < GC_RATE*n; i++) {
456 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
457 if (GC_deficit < 0) GC_deficit = 0;
538 GC_deficit = i; /* Give the mutator a chance. */
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dalloc.c416 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
426 for (i = GC_deficit; i < GC_RATE*n; i++) {
449 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
450 if (GC_deficit < 0) GC_deficit = 0;
526 GC_deficit = i; /* Give the mutator a chance. */
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dalloc.c416 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
426 for (i = GC_deficit; i < GC_RATE*n; i++) {
449 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
450 if (GC_deficit < 0) GC_deficit = 0;
526 GC_deficit = i; /* Give the mutator a chance. */
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dalloc.c416 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
426 for (i = GC_deficit; i < GC_RATE*n; i++) {
449 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
450 if (GC_deficit < 0) GC_deficit = 0;
526 GC_deficit = i; /* Give the mutator a chance. */
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dalloc.c416 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
426 for (i = GC_deficit; i < GC_RATE*n; i++) {
449 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
450 if (GC_deficit < 0) GC_deficit = 0;
526 GC_deficit = i; /* Give the mutator a chance. */
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dalloc.c416 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
426 for (i = GC_deficit; i < GC_RATE*n; i++) {
449 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
450 if (GC_deficit < 0) GC_deficit = 0;
526 GC_deficit = i; /* Give the mutator a chance. */
/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dalloc.c309 int GC_deficit = 0; /* The number of extra calls to GC_mark_some */ variable
319 for (i = GC_deficit; i < GC_RATE*n; i++) {
330 if (GC_deficit > 0) GC_deficit -= GC_RATE*n;
388 GC_deficit = i; /* Give the mutator a chance. */
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dalloc.c497 STATIC int GC_deficit = 0;/* The number of extra calls to GC_mark_some */ variable
508 for (i = GC_deficit; i < GC_RATE*n; i++) { in GC_collect_a_little_inner()
536 if (GC_deficit > 0) GC_deficit -= GC_RATE*n; in GC_collect_a_little_inner()
537 if (GC_deficit < 0) GC_deficit = 0; in GC_collect_a_little_inner()
635 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dalloc.c496 STATIC int GC_deficit = 0;/* The number of extra calls to GC_mark_some */ variable
507 for (i = GC_deficit; i < GC_RATE*n; i++) { in GC_collect_a_little_inner()
535 if (GC_deficit > 0) GC_deficit -= GC_RATE*n; in GC_collect_a_little_inner()
536 if (GC_deficit < 0) GC_deficit = 0; in GC_collect_a_little_inner()
630 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dalloc.c591 STATIC int GC_deficit = 0;/* The number of extra calls to GC_mark_some */ variable
632 for (i = GC_deficit; i < max_deficit; i++) { in GC_collect_a_little_inner()
660 if (GC_deficit > 0) { in GC_collect_a_little_inner()
661 GC_deficit -= max_deficit; in GC_collect_a_little_inner()
662 if (GC_deficit < 0) in GC_collect_a_little_inner()
663 GC_deficit = 0; in GC_collect_a_little_inner()
773 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dalloc.c591 STATIC int GC_deficit = 0;/* The number of extra calls to GC_mark_some */ variable
632 for (i = GC_deficit; i < max_deficit; i++) { in GC_collect_a_little_inner()
660 if (GC_deficit > 0) { in GC_collect_a_little_inner()
661 GC_deficit -= max_deficit; in GC_collect_a_little_inner()
662 if (GC_deficit < 0) in GC_collect_a_little_inner()
663 GC_deficit = 0; in GC_collect_a_little_inner()
773 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dalloc.c591 STATIC int GC_deficit = 0;/* The number of extra calls to GC_mark_some */ variable
632 for (i = GC_deficit; i < max_deficit; i++) { in GC_collect_a_little_inner()
660 if (GC_deficit > 0) { in GC_collect_a_little_inner()
661 GC_deficit -= max_deficit; in GC_collect_a_little_inner()
662 if (GC_deficit < 0) in GC_collect_a_little_inner()
663 GC_deficit = 0; in GC_collect_a_little_inner()
773 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dalloc.c591 STATIC int GC_deficit = 0;/* The number of extra calls to GC_mark_some */ variable
632 for (i = GC_deficit; i < max_deficit; i++) { in GC_collect_a_little_inner()
660 if (GC_deficit > 0) { in GC_collect_a_little_inner()
661 GC_deficit -= max_deficit; in GC_collect_a_little_inner()
662 if (GC_deficit < 0) in GC_collect_a_little_inner()
663 GC_deficit = 0; in GC_collect_a_little_inner()
773 GC_deficit = i; /* Give the mutator a chance. */ in GC_stopped_mark()