Searched refs:ALLOCM_ALIGN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/include/
H A Dmalloc_np.h50 #define ALLOCM_ALIGN(a) (ffsl(a)-1) macro
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h23 #define ALLOCM_ALIGN(a) (ffs(a)-1) macro
25 #define ALLOCM_ALIGN(a) ((a < (size_t)INT_MAX) ? ffs(a)-1 : ffs(a>>32)+31) macro

Completed in 62 milliseconds