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 125 unsigned ffs_zu(size_t bitmap);
166 ffs_zu(size_t bitmap) function
312 return (ffs_zu(x) - 2);
private_namespace.h 269 #define ffs_zu JEMALLOC_N(ffs_zu) macro
    [all...]
private_unnamespace.h 269 #undef ffs_zu macro
arena.h     [all...]
  /external/jemalloc/src/
arena.c     [all...]

Completed in 3304 milliseconds