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

  /external/jemalloc/include/jemalloc/internal/
util.h 124 unsigned ffs_u(unsigned bitmap);
159 ffs_u(unsigned bitmap) function
170 return (ffs_u(bitmap));
198 return (ffs_u(bitmap));
202 return (ffs_u(bitmap));
private_namespace.h 266 #define ffs_u JEMALLOC_N(ffs_u) macro
    [all...]
private_unnamespace.h 266 #undef ffs_u macro
  /external/jemalloc/src/
chunk.c 774 opt_lg_chunk = ffs_u((unsigned)info.dwAllocationGranularity)

Completed in 93 milliseconds