Searched refs:MALLOCX_ALIGN (Results 1 – 2 of 2) sorted by relevance
99 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro101 # define MALLOCX_ALIGN(a) \
90 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1)) macro