Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dckh.c235 ckh_rebuild(ckh_t *ckh, ckhc_t *aTab) { in ckh_rebuild() argument
242 if (aTab[i].key != NULL) { in ckh_rebuild()
243 key = aTab[i].key; in ckh_rebuild()
244 data = aTab[i].data; in ckh_rebuild()