Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Ddglobals.h132 #define gc_ma_h_top WL->Gc_ma_h_top macro
/dports/lang/yap/yap-6.2.2/C/
H A Dheapgc.c133 static gc_ma_hash_entry *gc_ma_h_top, *gc_ma_h_list; variable
339 gc_ma_hash_entry *new = gc_ma_h_top; in GC_ALLOC_NEW_MASPACE()
340 if ((char *)gc_ma_h_top > Yap_TrailTop-1024) in GC_ALLOC_NEW_MASPACE()
342 gc_ma_h_top++; in GC_ALLOC_NEW_MASPACE()
343 cont_top = (cont *)gc_ma_h_top; in GC_ALLOC_NEW_MASPACE()
408 gc_ma_h_top = top; in GC_NEW_MAHASH()
409 cont_top = (cont *)gc_ma_h_top; in GC_NEW_MAHASH()
1689 gc_ma_h_top = (gc_ma_hash_entry *)(nsTR+3); in mark_trail()
/dports/lang/yap/yap-6.2.2/misc/
H A DGLOBALS143 gc_ma_hash_entry* Gc_ma_h_top gc_ma_h_top =NULL