HomeSort by relevance Sort by last modified time
    Searched defs:MALLOCX_ALIGN (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 16 # define MALLOCX_ALIGN(a) ((int)(ffs(a)-1))
18 # define MALLOCX_ALIGN(a) \
jemalloc.h 106 # define MALLOCX_ALIGN(a) ((int)(ffs(a)-1))
108 # define MALLOCX_ALIGN(a) \

Completed in 4642 milliseconds