HomeSort by relevance Sort by last modified time
    Searched full:minitems (Results 1 - 3 of 3) sorted by null

  /system/extras/libperfmgr/
config_schema.json 14 "minItems": 1,
42 "minItems": 1,
77 "minItems": 1,
  /external/jemalloc/include/jemalloc/internal/
ckh.h 67 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
  /external/jemalloc/src/
ckh.c 351 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
358 assert(minitems > 0);
373 * Find the minimum power of 2 that is large enough to fit minitems
380 mincells = ((minitems + (3 - (minitems % 3))) / 3) << 2;

Completed in 188 milliseconds