Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in17 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
19 # define MALLOCX_ALIGN(a) \ macro
/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( global() macro