Searched refs:SMART_STR_START_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #ifndef SMART_STR_START_SIZE29 # define SMART_STR_START_SIZE (256 - SMART_STR_OVERHEAD - 1) macro38 str->a = len < SMART_STR_START_SIZE in smart_str_erealloc()39 ? SMART_STR_START_SIZE in smart_str_erealloc()52 str->a = len < SMART_STR_START_SIZE in smart_str_realloc()53 ? SMART_STR_START_SIZE in smart_str_realloc()
610 #define SMART_STR_START_SIZE 2048 macro
Completed in 9 milliseconds