Home
last modified time | relevance | path

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

/dports/graphics/xfractint/xfractint-20.04p16/dos_help/
H A Dhc.c578 #define LABEL_ALLOC_SIZE (16) macro
586 plabel = newx( sizeof(LABEL)*LABEL_ALLOC_SIZE ); in add_label()
588 else if (num_plabel%LABEL_ALLOC_SIZE == 0) in add_label()
589 plabel = renewx(plabel, sizeof(LABEL) * (num_plabel+LABEL_ALLOC_SIZE) ); in add_label()
598 label = newx( sizeof(LABEL)*LABEL_ALLOC_SIZE ); in add_label()
600 else if (num_label%LABEL_ALLOC_SIZE == 0) in add_label()
601 label = renewx(label, sizeof(LABEL) * (num_label+LABEL_ALLOC_SIZE) ); in add_label()
3551 dead += (LABEL_ALLOC_SIZE-(num_label%LABEL_ALLOC_SIZE)) * sizeof(LABEL); in report_memory()
3560 dead += (LABEL_ALLOC_SIZE-(num_plabel%LABEL_ALLOC_SIZE)) * sizeof(LABEL); in report_memory()