Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in16 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1)) macro
18 # define MALLOCX_ALIGN(a) \ macro