Searched refs:newhash (Results 1 – 1 of 1) sorted by relevance
689 xhash *newhash; in hash_init() local691 newhash = xzalloc(sizeof(*newhash)); in hash_init()692 newhash->csize = FIRST_PRIME; in hash_init()693 newhash->items = xzalloc(FIRST_PRIME * sizeof(newhash->items[0])); in hash_init()695 return newhash; in hash_init()