Home
last modified time | relevance | path

Searched defs:MALLOCX_ALIGN (Results 1 – 2 of 2) sorted by relevance

/freebsd/include/
H A Dmalloc_np.h88 #define MALLOCX_ALIGN(a) ((int)(ffsl((int)(a))-1)) macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h104 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro