Searched refs:in_gap (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/jemalloc/src/
H A Dstats.c54 bool config_tcache, in_gap; local
73 for (j = 0, in_gap = false; j < nbins; j++) {
79 in_gap = true;
88 if (in_gap) {
91 in_gap = false;
154 if (in_gap) {
165 bool in_gap; local
172 for (j = 0, in_gap = false; j < nlruns; j++) {
183 in_gap = true;
188 if (in_gap) {
211 bool in_gap; local
[all...]

Completed in 109 milliseconds