Home
last modified time | relevance | path

Searched refs:first_null (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/src/
Djemalloc.c499 unsigned i, j, choose[2], first_null; in arena_choose_hard() local
515 first_null = narenas_auto; in arena_choose_hard()
533 } else if (first_null == narenas_auto) { in arena_choose_hard()
543 first_null = i; in arena_choose_hard()
549 choose[j], false), !!j) == 0 || first_null == in arena_choose_hard()
563 choose[j] = first_null; in arena_choose_hard()
/external/jemalloc/src/
Djemalloc.c600 unsigned i, j, choose[2], first_null; in arena_choose_hard() local
613 first_null = narenas_auto; in arena_choose_hard()
630 } else if (first_null == narenas_auto) { in arena_choose_hard()
640 first_null = i; in arena_choose_hard()
646 choose[j], false), !!j) == 0 || first_null == in arena_choose_hard()
660 choose[j] = first_null; in arena_choose_hard()