Searched refs:SMART_STRING_START_LEN (Results 1 – 1 of 1) sorted by relevance
126 #define SMART_STRING_START_LEN (SMART_STRING_START_SIZE - SMART_STRING_OVERHEAD) macro133 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc_persistent()134 str->a = SMART_STRING_START_LEN; in _smart_string_alloc_persistent()153 if (len <= SMART_STRING_START_LEN) { in _smart_string_alloc()154 str->a = SMART_STRING_START_LEN; in _smart_string_alloc()155 str->c = emalloc(SMART_STRING_START_LEN + 1); in _smart_string_alloc()
Completed in 4 milliseconds