Home
last modified time | relevance | path

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

/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dalloc.c675 word expansion_slop; /* Number of bytes by which we expect the */ local
705 expansion_slop = 8 * WORDS_TO_BYTES(min_words_allocd());
706 if (5 * HBLKSIZE * MAXHINCR > expansion_slop) {
707 expansion_slop = 5 * HBLKSIZE * MAXHINCR;
714 (ptr_t)space + bytes + expansion_slop);
719 (ptr_t)space - expansion_slop);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dalloc.c891 word expansion_slop; /* Number of bytes by which we expect the */ local
929 expansion_slop = 8 * WORDS_TO_BYTES(min_words_allocd());
930 if (5 * HBLKSIZE * MAXHINCR > expansion_slop) {
931 expansion_slop = 5 * HBLKSIZE * MAXHINCR;
938 (ptr_t)space + bytes + expansion_slop);
943 (ptr_t)space - expansion_slop);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dalloc.c891 word expansion_slop; /* Number of bytes by which we expect the */ local
929 expansion_slop = 8 * WORDS_TO_BYTES(min_words_allocd());
930 if (5 * HBLKSIZE * MAXHINCR > expansion_slop) {
931 expansion_slop = 5 * HBLKSIZE * MAXHINCR;
938 (ptr_t)space + bytes + expansion_slop);
943 (ptr_t)space - expansion_slop);
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c851 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
880 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
886 (ptr_t)space + bytes + expansion_slop); in GC_expand_hp_inner()
891 (ptr_t)space - expansion_slop); in GC_expand_hp_inner()
906 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c851 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
880 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
886 (ptr_t)space + bytes + expansion_slop); in GC_expand_hp_inner()
891 (ptr_t)space - expansion_slop); in GC_expand_hp_inner()
906 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c851 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
880 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
886 (ptr_t)space + bytes + expansion_slop); in GC_expand_hp_inner()
891 (ptr_t)space - expansion_slop); in GC_expand_hp_inner()
906 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c851 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
880 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
886 (ptr_t)space + bytes + expansion_slop); in GC_expand_hp_inner()
891 (ptr_t)space - expansion_slop); in GC_expand_hp_inner()
906 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dalloc.c851 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
880 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
886 (ptr_t)space + bytes + expansion_slop); in GC_expand_hp_inner()
891 (ptr_t)space - expansion_slop); in GC_expand_hp_inner()
906 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dalloc.c1128 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
1160 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1164 word new_limit = (word)space + bytes + expansion_slop; in GC_expand_hp_inner()
1172 word new_limit = (word)space - expansion_slop; in GC_expand_hp_inner()
1176 (word)space - expansion_slop); in GC_expand_hp_inner()
1184 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dalloc.c941 word expansion_slop; /* Number of bytes by which we expect the */ local
979 expansion_slop = WORDS_TO_BYTES(min_words_allocd()) + 4*MAXHINCR*HBLKSIZE;
985 (ptr_t)space + bytes + expansion_slop);
990 (ptr_t)space - expansion_slop);
1005 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dalloc.c905 word expansion_slop; /* Number of bytes by which we expect the */ local
943 expansion_slop = WORDS_TO_BYTES(min_words_allocd()) + 4*MAXHINCR*HBLKSIZE;
949 (ptr_t)space + bytes + expansion_slop);
954 (ptr_t)space - expansion_slop);
969 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE;
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dalloc.c905 word expansion_slop; /* Number of bytes by which we expect the */ local
943 expansion_slop = WORDS_TO_BYTES(min_words_allocd()) + 4*MAXHINCR*HBLKSIZE;
949 (ptr_t)space + bytes + expansion_slop);
954 (ptr_t)space - expansion_slop);
969 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE;
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dalloc.c905 word expansion_slop; /* Number of bytes by which we expect the */ local
943 expansion_slop = WORDS_TO_BYTES(min_words_allocd()) + 4*MAXHINCR*HBLKSIZE;
949 (ptr_t)space + bytes + expansion_slop);
954 (ptr_t)space - expansion_slop);
969 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE;
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dalloc.c905 word expansion_slop; /* Number of bytes by which we expect the */ local
943 expansion_slop = WORDS_TO_BYTES(min_words_allocd()) + 4*MAXHINCR*HBLKSIZE;
949 (ptr_t)space + bytes + expansion_slop);
954 (ptr_t)space - expansion_slop);
969 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE;
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dalloc.c905 word expansion_slop; /* Number of bytes by which we expect the */ local
943 expansion_slop = WORDS_TO_BYTES(min_words_allocd()) + 4*MAXHINCR*HBLKSIZE;
949 (ptr_t)space + bytes + expansion_slop);
954 (ptr_t)space - expansion_slop);
969 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE;
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dalloc.c1159 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
1187 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1192 word new_limit = (word)space + bytes + expansion_slop; in GC_expand_hp_inner()
1200 word new_limit = (word)space - expansion_slop; in GC_expand_hp_inner()
1204 (word)space - expansion_slop); in GC_expand_hp_inner()
1212 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dalloc.c1340 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
1364 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1369 word new_limit = (word)space + (word)bytes + expansion_slop; in GC_expand_hp_inner()
1377 word new_limit = (word)space - expansion_slop; in GC_expand_hp_inner()
1381 (word)space - expansion_slop); in GC_expand_hp_inner()
1389 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/devel/boehm-gc/gc-8.0.6/
H A Dalloc.c1340 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
1364 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1369 word new_limit = (word)space + (word)bytes + expansion_slop; in GC_expand_hp_inner()
1377 word new_limit = (word)space - expansion_slop; in GC_expand_hp_inner()
1381 (word)space - expansion_slop); in GC_expand_hp_inner()
1389 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dalloc.c1340 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
1364 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1369 word new_limit = (word)space + (word)bytes + expansion_slop; in GC_expand_hp_inner()
1377 word new_limit = (word)space - expansion_slop; in GC_expand_hp_inner()
1381 (word)space - expansion_slop); in GC_expand_hp_inner()
1389 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dalloc.c1340 word expansion_slop; /* Number of bytes by which we expect the */ in GC_expand_hp_inner() local
1364 expansion_slop = min_bytes_allocd() + 4*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()
1369 word new_limit = (word)space + (word)bytes + expansion_slop; in GC_expand_hp_inner()
1377 word new_limit = (word)space - expansion_slop; in GC_expand_hp_inner()
1381 (word)space - expansion_slop); in GC_expand_hp_inner()
1389 GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE; in GC_expand_hp_inner()