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

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 203 #define JEMALLOC_INTERNAL_FFS __builtin_ffs
util.h 142 || !defined(JEMALLOC_INTERNAL_FFS)
143 # error JEMALLOC_INTERNAL_FFS{,L,LL} should have been defined by configure
164 return (JEMALLOC_INTERNAL_FFS(bitmap));

Completed in 78 milliseconds