Searched refs:allocd (Results 1 – 2 of 2) sorted by relevance
42 allocd = 0;
80 unsigned allocd; member98 list->allocd = 0; in init_list()146 if (need + 1 > list->allocd) { in add_to_list()147 list->allocd = 2 * (need + 1); in add_to_list()149 list->data = dlg_malloc(char *, list->allocd); in add_to_list()151 list->data = dlg_realloc(char *, list->allocd, list->data); in add_to_list()