Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/
Ddictionary.c38 static void * mem_double(void * ptr, int size) in mem_double() function
252 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()