Home | History | Annotate | Download | only in src

Lines Matching refs:nmalloc

807 	arena->stats.hstats[index].nmalloc++;
820 arena->stats.hstats[index].nmalloc--;
2246 bin->stats.nmalloc += i;
2388 bin->stats.nmalloc++;
2457 arena->stats.lstats[index].nmalloc++;
2567 arena->stats.lstats[index].nmalloc++;
2873 arena->stats.lstats[index].nmalloc++;
2968 arena->stats.lstats[index].nmalloc++;
3260 lstats[i].nmalloc += arena->stats.lstats[i].nmalloc;
3267 hstats[i].nmalloc += arena->stats.hstats[i].nmalloc;
3277 bstats[i].nmalloc += bin->stats.nmalloc;