Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_subr.c413 struct generic_hash_head *hashtbl; in hashinit() local
421 hashtbl = kheap_alloc(KHEAP_DEFAULT, hashsize * sizeof(*hashtbl), in hashinit()
423 if (hashtbl != NULL) { in hashinit()
426 return hashtbl; in hashinit()
432 struct generic_hash_head *hashtbl = hash; in hashdestroy() local
434 kheap_free(KHEAP_DEFAULT, hashtbl, (hashmask + 1) * sizeof(*hashtbl)); in hashdestroy()