Home
last modified time | relevance | path

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

/external/mtools/
Dhash.c42 static int alloc_ht(T_HashTable *H, size_t size) in alloc_ht() function
88 if(alloc_ht(*H,size)) in make_ht()
140 if(alloc_ht(H,((H->inuse+1)*4+H->fill)/5)) in rehash()