Searched refs:mem_double (Results 1 – 1 of 1) sorted by relevance
38 static void * mem_double(void * ptr, int size) in mem_double() function252 d->val = (char **)mem_double(d->val, d->size * sizeof(char*)) ; in dictionary_set()253 d->key = (char **)mem_double(d->key, d->size * sizeof(char*)) ; in dictionary_set()254 d->hash = (unsigned int *)mem_double(d->hash, d->size * sizeof(unsigned)) ; in dictionary_set()