Searched refs:JEMALLOC_INTERNAL_FFSL (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h169 #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl macro
H A Dutil.h123 #if !defined(JEMALLOC_INTERNAL_FFSL) || !defined(JEMALLOC_INTERNAL_FFS)
124 # error Both JEMALLOC_INTERNAL_FFSL && JEMALLOC_INTERNAL_FFS should have been defined by configure
131 return (JEMALLOC_INTERNAL_FFSL(bitmap));

Completed in 256 milliseconds