Searched refs:DICT_LINEAR_EXPANDABLE_CAPACITY (Results 1 – 1 of 1) sorted by relevance
199 #define DICT_LINEAR_EXPANDABLE_CAPACITY(d) \ macro468 DICT_LINEAR_EXPANDABLE_CAPACITY (retval) in dict_create_linear_expandable()471 = xmalloc (DICT_LINEAR_EXPANDABLE_CAPACITY (retval) in dict_create_linear_expandable()827 if (nsyms > DICT_LINEAR_EXPANDABLE_CAPACITY (dict)) { in add_symbol_linear_expandable()828 DICT_LINEAR_EXPANDABLE_CAPACITY (dict) *= 2; in add_symbol_linear_expandable()831 DICT_LINEAR_EXPANDABLE_CAPACITY (dict) in add_symbol_linear_expandable()