Home
last modified time | relevance | path

Searched refs:DICT_LINEAR_EXPANDABLE_CAPACITY (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDdictionary.c199 #define DICT_LINEAR_EXPANDABLE_CAPACITY(d) \ macro
468 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()