Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Ddiv.c30 div_init(div_info_t *div_info, size_t d) { in div_init() function
H A Darena.c2176 div_init(&arena_binind_div_info[i], in arena_boot()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Ddiv.h23 void div_init(div_info_t *div_info, size_t divisor);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h159 #define div_init JEMALLOC_N(div_init) macro