HomeSort by relevance Sort by last modified time
    Searched refs:in_gap (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/src/
stats.c 42 bool config_tcache, in_gap, in_gap_prev; local
67 for (j = 0, in_gap = false; j < nbins; j++) {
77 in_gap_prev = in_gap;
78 in_gap = (nruns == 0);
80 if (!json && in_gap_prev && !in_gap) {
133 } else if (!in_gap) {
179 if (in_gap) {
191 bool in_gap, in_gap_prev; local
203 for (j = 0, in_gap = false; j < nlruns; j++) {
213 in_gap_prev = in_gap;
255 bool in_gap, in_gap_prev; local
    [all...]
  /external/jemalloc_new/src/
stats.c 221 bool in_gap, in_gap_prev; local
292 for (j = 0, in_gap = false; j < nbins; j++) {
302 in_gap_prev = in_gap;
303 in_gap = (nslabs == 0);
305 if (in_gap_prev && !in_gap) {
405 if (in_gap) {
413 bool in_gap, in_gap_prev; local
452 for (j = 0, in_gap = false; j < nlextents; j++) {
462 in_gap_prev = in_gap;
463 in_gap = (nrequests == 0)
    [all...]

Completed in 120 milliseconds