Home
last modified time | relevance | path

Searched refs:tem_freelist (Results 1 – 2 of 2) sorted by relevance

/dports/lang/librep/librep_0.92.7/src/
H A Dtuples.c86 rep_tuple *tem_freelist = 0; in rep_sweep_tuples() local
96 this->a = rep_VAL (tem_freelist); in rep_sweep_tuples()
97 tem_freelist = this; in rep_sweep_tuples()
107 tuple_freelist = tem_freelist; in rep_sweep_tuples()
H A Dvalues.c520 rep_cons *tem_freelist = 0; in cons_sweep() local
530 this->cdr = rep_CONS_VAL (tem_freelist); in cons_sweep()
531 tem_freelist = rep_CONS (this); in cons_sweep()
541 rep_cons_freelist = tem_freelist; in cons_sweep()