Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdictionary.c204 #define DICT_EXPANDABLE_INITIAL_CAPACITY 10 macro
402 DICT_HASHED_NBUCKETS (retval) = DICT_EXPANDABLE_INITIAL_CAPACITY; in dict_create_hashed_expandable()
403 DICT_HASHED_BUCKETS (retval) = xcalloc (DICT_EXPANDABLE_INITIAL_CAPACITY, in dict_create_hashed_expandable()
469 = DICT_EXPANDABLE_INITIAL_CAPACITY; in dict_create_linear_expandable()