Searched refs:START_STRSIZE (Results 1 – 2 of 2) sorted by relevance
20 #define START_STRSIZE 16 macro44 text = malloc(START_STRSIZE); in new_string()45 text_asize = START_STRSIZE; in new_string()54 new_size += START_STRSIZE - 1; in append_string()55 new_size &= -START_STRSIZE; in append_string()
791 #define START_STRSIZE 16815 text = malloc(START_STRSIZE);816 text_asize = START_STRSIZE;825 new_size += START_STRSIZE - 1;826 new_size &= -START_STRSIZE;