Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h104 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
106 # define MALLOCX_ALIGN(a) \
/freebsd/include/
H A Dmalloc_np.h88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1)) macro