Searched defs:MALLOCX_ALIGN (Results 1 – 4 of 4) sorted by relevance
16 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro18 # define MALLOCX_ALIGN(a) \ macro
79 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
80 pub const fn MALLOCX_ALIGN(aling: usize) -> c_int { in MALLOCX_ALIGN() function