Home
last modified time | relevance | path

Searched refs:gctimestamp (Results 1 – 13 of 13) sorted by relevance

/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dglobals.h127 uptr gctimestamp[static_generation+1]; member
H A Dgcwrapper.c66 S_G.gctimestamp[g] = 0; in S_gc_init()
727 if (timestamp >= S_G.gctimestamp[g]) break; in S_fixup_counts()
730 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0]; in S_fixup_counts()
H A Dgc.c318 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0]; in copy()
326 if (RTDCOUNTSTIMESTAMP(counts) != S_G.gctimestamp[0]) S_fixup_counts(counts); in copy()
850 S_G.gctimestamp[g] += 1; in GCENTRY_PROTO()
852 S_G.gctimestamp[g] = S_G.gctimestamp[0]; in GCENTRY_PROTO()
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dglobals.h145 uptr gctimestamp[static_generation+1]; member
H A Dgcwrapper.c67 S_G.gctimestamp[g] = 0; in S_gc_init()
1157 if (timestamp >= S_G.gctimestamp[g]) break; in S_fixup_counts()
1160 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0]; in S_fixup_counts()
H A Dgc.c1058 S_G.gctimestamp[g] += 1; in GCENTRY()
1060 S_G.gctimestamp[g] = S_G.gctimestamp[0]; in GCENTRY()
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dglobals.h145 uptr gctimestamp[static_generation+1]; member
H A Dgcwrapper.c67 S_G.gctimestamp[g] = 0; in S_gc_init()
1157 if (timestamp >= S_G.gctimestamp[g]) break; in S_fixup_counts()
1160 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0]; in S_fixup_counts()
H A Dgc.c1058 S_G.gctimestamp[g] += 1; in GCENTRY()
1060 S_G.gctimestamp[g] = S_G.gctimestamp[0]; in GCENTRY()
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/boot/pb/
H A Dgc-oce.inc69 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0];
87 if ((RTDCOUNTSTIMESTAMP(counts)) != (S_G.gctimestamp[0]))
3126 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0];
3144 if ((RTDCOUNTSTIMESTAMP(counts)) != (S_G.gctimestamp[0]))
/dports/lang/racket/racket-8.3/src/ChezScheme/boot/pb/
H A Dgc-oce.inc69 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0];
87 if ((RTDCOUNTSTIMESTAMP(counts)) != (S_G.gctimestamp[0]))
3126 RTDCOUNTSTIMESTAMP(counts) = S_G.gctimestamp[0];
3144 if ((RTDCOUNTSTIMESTAMP(counts)) != (S_G.gctimestamp[0]))
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/s/
H A Dmkgc.ss895 (set! (rtd-counts-timestamp counts) (array-ref S_G.gctimestamp 0))
915 (when (!= (rtd-counts-timestamp counts) (array-ref S_G.gctimestamp 0))
/dports/lang/racket/racket-8.3/src/ChezScheme/s/
H A Dmkgc.ss895 (set! (rtd-counts-timestamp counts) (array-ref S_G.gctimestamp 0))
915 (when (!= (rtd-counts-timestamp counts) (array-ref S_G.gctimestamp 0))