HomeSort by: relevance | last modified time | path
    Searched defs:is_small (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
tcache.c 184 bool is_small = (szind < SC_NBINS); local
187 tcache_bin_flush_stashed(tsd, tcache, cache_bin, szind, is_small);
192 if (is_small) {
197 } else if (is_small && tcache_slow->bin_refilled[szind]) {
550 szind_t binind, bool is_small) {
572 is_small);

Completed in 23 milliseconds