Home
last modified time | relevance | path

Searched refs:gc_timestamp (Results 1 – 3 of 3) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Ddglobals.h134 #define gc_timestamp WL->Gc_timestamp macro
/dports/lang/yap/yap-6.2.2/misc/
H A DGLOBALS145 UInt Gc_timestamp gc_timestamp =0L
/dports/lang/yap/yap-6.2.2/C/
H A Dheapgc.c135 static UInt gc_timestamp; /* an unsigned int */ variable
357 if (gc_ma_hash_table[i].timestmp != gc_timestamp) { in gc_lookup_ma_var()
358 gc_ma_hash_table[i].timestmp = gc_timestamp; in gc_lookup_ma_var()
397 UInt time = ++gc_timestamp; in GC_NEW_MAHASH()
406 time = ++gc_timestamp; in GC_NEW_MAHASH()