Searched refs:REALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance
39 #define REALLOC_SIZE (1 << 10) macro40 #define REALLOC_MASK (REALLOC_SIZE - 1)47 int size = (*count) + REALLOC_SIZE; in add_string()