Home
last modified time | relevance | path

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

/minix3/sys/arch/x86/include/
H A Dipmivar.h64 int nregs; member
/minix3/lib/libc/stdlib/
H A Djemalloc.c602 uint32_t nregs; member
1259 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()