Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/
Djemalloc.h99 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
101 # define MALLOCX_ALIGN(a) \
/freebsd-12-stable/include/
Dmalloc_np.h90 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1)) macro