Searched refs:nregs (Results 1 – 2 of 2) sorted by relevance
64 int nregs; member
602 uint32_t nregs; member1259 arena->bins[i].nregs, in stats_print()1847 assert(regind < bin->nregs); in arena_run_reg_dalloc()2156 remainder = bin->nregs & ((1 << (SIZEOF_INT_2POW + 3)) - 1); in arena_bin_nonfull_run_get()2165 run->nfree = bin->nregs; in arena_bin_nonfull_run_get()2286 bin->nregs = good_nregs; in arena_bin_run_size_calc()2599 if (run->nfree == bin->nregs) { in arena_dalloc()2603 else if (bin->nregs != 1) { in arena_dalloc()