Searched refs:SMART_STRING_START_LEN (Results 1 – 1 of 1) sorted by relevance
136 #define SMART_STRING_START_LEN (SMART_STRING_START_SIZE - SMART_STRING_OVERHEAD) macro143 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc_persistent()144 str->a = SMART_STRING_START_LEN; in _smart_string_alloc_persistent()163 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc()164 str->a = SMART_STRING_START_LEN; in _smart_string_alloc()165 str->c = emalloc(SMART_STRING_START_LEN + 1); in _smart_string_alloc()
Completed in 4 milliseconds