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 13 # define MALLOCX_ALIGN(a) (ffs(a)-1)
15 # define MALLOCX_ALIGN(a) \
jemalloc.h 74 # define MALLOCX_ALIGN(a) (ffs(a)-1)
76 # define MALLOCX_ALIGN(a) \

Completed in 48 milliseconds