Home
last modified time | relevance | path

Searched refs:GC_SIZE_MAX (Results 1 – 21 of 21) sorted by relevance

/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dmalloc.c403 # define GC_SIZE_MAX SIZE_MAX macro
405 # define GC_SIZE_MAX (~(size_t)0) macro
413 && lb && n > GC_SIZE_MAX / lb) in calloc()
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dmalloc.c489 && lb && n > GC_SIZE_MAX / lb) in calloc()
490 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in calloc()
H A Dtypd_mlc.c669 && lb > 0 && n > GC_SIZE_MAX / lb) in GC_calloc_explicitly_typed()
670 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in GC_calloc_explicitly_typed()
H A Dmisc.c508 return GC_SIZE_MAX; in GC_get_size_map_at()
H A DChangeLog1439 * Fix GC_SIZE_MAX definition (Linux/musl-gcc)
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dmalloc.c489 && lb && n > GC_SIZE_MAX / lb) in calloc()
490 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in calloc()
H A Dtypd_mlc.c669 && lb > 0 && n > GC_SIZE_MAX / lb) in GC_calloc_explicitly_typed()
670 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in GC_calloc_explicitly_typed()
H A Dmisc.c508 return GC_SIZE_MAX; in GC_get_size_map_at()
H A DChangeLog1640 * Fix GC_SIZE_MAX definition (Linux/musl-gcc)
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dmalloc.c489 && lb && n > GC_SIZE_MAX / lb) in calloc()
490 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in calloc()
H A Dtypd_mlc.c669 && lb > 0 && n > GC_SIZE_MAX / lb) in GC_calloc_explicitly_typed()
670 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in GC_calloc_explicitly_typed()
H A Dmisc.c508 return GC_SIZE_MAX; in GC_get_size_map_at()
H A DChangeLog1640 * Fix GC_SIZE_MAX definition (Linux/musl-gcc)
/dports/devel/boehm-gc/gc-8.0.6/
H A Dmalloc.c489 && lb && n > GC_SIZE_MAX / lb) in calloc()
490 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in calloc()
H A Dtypd_mlc.c669 && lb > 0 && n > GC_SIZE_MAX / lb) in GC_calloc_explicitly_typed()
670 return (*GC_get_oom_fn())(GC_SIZE_MAX); /* n*lb overflow */ in GC_calloc_explicitly_typed()
H A Dmisc.c508 return GC_SIZE_MAX; in GC_get_size_map_at()
H A DChangeLog1640 * Fix GC_SIZE_MAX definition (Linux/musl-gcc)
/dports/lang/gauche/Gauche-0.9.10/gc/include/private/
H A Dgc_priv.h105 # define GC_SIZE_MAX ((size_t)SIZE_MAX) macro
108 # define GC_SIZE_MAX (~(size_t)0) macro
121 (EXPECT((a) < GC_SIZE_MAX - (b), TRUE) ? (a) + (b) : GC_SIZE_MAX)
/dports/devel/boehm-gc-redirect/gc-8.0.6/include/private/
H A Dgc_priv.h106 # define GC_SIZE_MAX ((size_t)SIZE_MAX) macro
109 # define GC_SIZE_MAX (~(size_t)0) macro
122 (EXPECT((a) < GC_SIZE_MAX - (b), TRUE) ? (a) + (b) : GC_SIZE_MAX)
/dports/devel/boehm-gc/gc-8.0.6/include/private/
H A Dgc_priv.h106 # define GC_SIZE_MAX ((size_t)SIZE_MAX) macro
109 # define GC_SIZE_MAX (~(size_t)0) macro
122 (EXPECT((a) < GC_SIZE_MAX - (b), TRUE) ? (a) + (b) : GC_SIZE_MAX)
/dports/devel/boehm-gc-threaded/gc-8.0.6/include/private/
H A Dgc_priv.h106 # define GC_SIZE_MAX ((size_t)SIZE_MAX) macro
109 # define GC_SIZE_MAX (~(size_t)0) macro
122 (EXPECT((a) < GC_SIZE_MAX - (b), TRUE) ? (a) + (b) : GC_SIZE_MAX)