Searched refs:MALLOCX_ALIGN (Results 1 – 2 of 2) sorted by relevance
104 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro106 # define MALLOCX_ALIGN(a) \
88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1)) macro