Home
last modified time | relevance | path

Searched refs:is_varobject_heap (Results 1 – 8 of 8) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_global_old.d202 #define is_varobject_heap(heapnr) ((heapnr)==0) macro
271 #define is_varobject_heap(heapnr) (mem.heaptype[heapnr] > 0) macro
288 is_varobject_heap(((aint)(address) >> oint_type_shift) & (oint_type_mask >> oint_type_shift))
H A Dspvw_global.d235 #define is_varobject_heap(heapnr) ((heapnr)==0) macro
304 #define is_varobject_heap(heapnr) (mem.heaptype[heapnr] > 0) macro
321 is_varobject_heap(((aint)(address) >> oint_type_shift) & (oint_type_mask >> oint_type_shift))
H A Dspvw_memfile.d805 if (is_varobject_heap(heapnr)) { in savemem()
1666 (is_varobject_heap(heapnr) ? varobjects_misaligned : 0); in memfile_handle_do_operation()
1703 if (is_varobject_heap(heapnr)) { in memfile_handle_do_operation()
1906 + (is_varobject_heap(heapnr) ? varobjects_misaligned : 0); in memfile_handle_do_operation()
H A Dspvw_garcol_old.d1296 if (is_varobject_heap(type)) { /* object of variable length */ \
1785 if (is_varobject_heap(heapnr)) { in gar_col_normal()
1807 if (is_varobject_heap(heapnr)) { in gar_col_normal()
H A Dspvw_garcol.d1332 if (is_varobject_heap(type)) { /* object of variable length */ \
2350 if (is_varobject_heap(heapnr)) { in gar_col_normal()
2383 if (is_varobject_heap(heapnr)) { in gar_col_normal()
H A Dspvw_genera1.d386 if (!is_varobject_heap(heapnr)) goto all_ro; in build_old_generation_cache()
H A Dspvw.d3434 if (is_varobject_heap(heapnr)) { in init_memory()
H A DChangeLog60471 (physpage_state, heapcount, is_cons_heap, is_varobject_heap)