Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/C/
H A Dheapgc.c131 static gc_ma_hash_entry gc_ma_hash_table[GC_MAVARS_HASH_SIZE]; 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()
359 gc_ma_hash_table[i].addr = addr; in gc_lookup_ma_var()
361 gc_ma_hash_table[i].loc = trp; in gc_lookup_ma_var()
362 gc_ma_hash_table[i].more = gc_ma_h_list; in gc_lookup_ma_var()
363 gc_ma_h_list = gc_ma_hash_table+i; in gc_lookup_ma_var()
365 gc_ma_hash_table[i].next = NULL; in gc_lookup_ma_var()
368 nptr = gc_ma_hash_table+i; in gc_lookup_ma_var()
405 gc_ma_hash_table[i].timestmp = 0L; in GC_NEW_MAHASH()
/dports/lang/yap/yap-6.2.2/H/
H A Ddglobals.h131 #define gc_ma_hash_table WL->Gc_ma_hash_table macro
/dports/lang/yap/yap-6.2.2/misc/
H A DGLOBALS142 gc_ma_hash_entry Gc_ma_hash_table[GC_MAVARS_HASH_SIZE] gc_ma_hash_table void