Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Ddiv.h15 typedef struct div_info_s div_info_t; typedef
23 void div_init(div_info_t *div_info, size_t divisor);
26 div_compute(div_info_t *div_info, size_t n) { in div_compute()
/freebsd/contrib/jemalloc/src/
H A Ddiv.c30 div_init(div_info_t *div_info, size_t d) { in div_init()
H A Darena.c45 static div_info_t arena_binind_div_info[SC_NBINS];