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

  /external/jemalloc/include/jemalloc/internal/
util.h 127 unsigned ffs_zu(size_t bitmap);
168 ffs_zu(size_t bitmap) function
314 return (ffs_zu(x) - 2);
private_namespace.h 252 #define ffs_zu JEMALLOC_N(ffs_zu) macro
private_unnamespace.h 252 #undef ffs_zu macro
arena.h     [all...]
  /external/jemalloc/src/
arena.c     [all...]

Completed in 1177 milliseconds