Home
last modified time | relevance | path

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

/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/tests/
H A Dtest.c1346 if (GC_get_heap_size() + GC_get_unmapped_bytes() > max_heap_sz) { in check_heap_stats()
1349 (unsigned long)(GC_get_heap_size() + GC_get_unmapped_bytes()), in check_heap_stats()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/tests/
H A Dtest.c1517 if (GC_get_heap_size() + GC_get_unmapped_bytes() > max_heap_sz) { in check_heap_stats()
1520 (unsigned long)(GC_get_heap_size() + GC_get_unmapped_bytes()), in check_heap_stats()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/include/
H A Dgc.h517 GC_API size_t GC_CALL GC_get_unmapped_bytes(void);
/dports/lang/gauche/Gauche-0.9.10/gc/tests/
H A Dtest.c1783 if (GC_get_heap_size() + GC_get_unmapped_bytes() > max_heap_sz in check_heap_stats()
1787 (unsigned long)(GC_get_heap_size() + GC_get_unmapped_bytes()), in check_heap_stats()
/dports/devel/boehm-gc/gc-8.0.6/tests/
H A Dtest.c1783 if (GC_get_heap_size() + GC_get_unmapped_bytes() > max_heap_sz in check_heap_stats()
1787 (unsigned long)(GC_get_heap_size() + GC_get_unmapped_bytes()), in check_heap_stats()
/dports/devel/boehm-gc-redirect/gc-8.0.6/tests/
H A Dtest.c1783 if (GC_get_heap_size() + GC_get_unmapped_bytes() > max_heap_sz in check_heap_stats()
1787 (unsigned long)(GC_get_heap_size() + GC_get_unmapped_bytes()), in check_heap_stats()
/dports/devel/boehm-gc-threaded/gc-8.0.6/tests/
H A Dtest.c1783 if (GC_get_heap_size() + GC_get_unmapped_bytes() > max_heap_sz in check_heap_stats()
1787 (unsigned long)(GC_get_heap_size() + GC_get_unmapped_bytes()), in check_heap_stats()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/include/
H A Dgc.h613 GC_API size_t GC_CALL GC_get_unmapped_bytes(void);
/dports/lang/gauche/Gauche-0.9.10/gc/include/
H A Dgc.h693 GC_API size_t GC_CALL GC_get_unmapped_bytes(void);
/dports/devel/boehm-gc-redirect/gc-8.0.6/include/
H A Dgc.h693 GC_API size_t GC_CALL GC_get_unmapped_bytes(void);
/dports/devel/boehm-gc-threaded/gc-8.0.6/include/
H A Dgc.h693 GC_API size_t GC_CALL GC_get_unmapped_bytes(void);
/dports/devel/boehm-gc/gc-8.0.6/include/
H A Dgc.h693 GC_API size_t GC_CALL GC_get_unmapped_bytes(void);
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dgc_misc.c438 GC_API size_t GC_CALL GC_get_unmapped_bytes(void) in GC_get_unmapped_bytes() function
H A DChangeLog5255 * misc.c (GC_get_unmapped_bytes): New API function.
5256 * include/gc.h (GC_get_unmapped_bytes): New API prototype.
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dmisc.c498 GC_API size_t GC_CALL GC_get_unmapped_bytes(void) in GC_get_unmapped_bytes() function
H A DChangeLog4758 * misc.c (GC_get_unmapped_bytes): New API function.
4759 * include/gc.h (GC_get_unmapped_bytes): New API prototype.
/dports/lang/gauche/Gauche-0.9.10/gc/
H A Dmisc.c488 GC_API size_t GC_CALL GC_get_unmapped_bytes(void) in GC_get_unmapped_bytes() function
H A DChangeLog5911 * misc.c (GC_get_unmapped_bytes): New API function.
5912 * include/gc.h (GC_get_unmapped_bytes): New API prototype.
/dports/devel/boehm-gc/gc-8.0.6/
H A Dmisc.c488 GC_API size_t GC_CALL GC_get_unmapped_bytes(void) in GC_get_unmapped_bytes() function
H A DChangeLog6112 * misc.c (GC_get_unmapped_bytes): New API function.
6113 * include/gc.h (GC_get_unmapped_bytes): New API prototype.
/dports/devel/boehm-gc-redirect/gc-8.0.6/
H A Dmisc.c488 GC_API size_t GC_CALL GC_get_unmapped_bytes(void) in GC_get_unmapped_bytes() function
H A DChangeLog6112 * misc.c (GC_get_unmapped_bytes): New API function.
6113 * include/gc.h (GC_get_unmapped_bytes): New API prototype.
/dports/devel/boehm-gc-threaded/gc-8.0.6/
H A Dmisc.c488 GC_API size_t GC_CALL GC_get_unmapped_bytes(void) in GC_get_unmapped_bytes() function
H A DChangeLog6112 * misc.c (GC_get_unmapped_bytes): New API function.
6113 * include/gc.h (GC_get_unmapped_bytes): New API prototype.
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog32149 GC_get_unmapped_bytes.
32153 GC_get_unmapped_bytes if the function doesn't exist.