Searched defs:MALLOCX_ALIGN (Results 1 – 3 of 3) sorted by relevance
17 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro19 # define MALLOCX_ALIGN(a) \ macro
88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1)) macro
104 # define MALLOCX_ALIGN( global() macro