,
.tcache_count = TCACHE_FILL_COUNT,
.tcache_max = TCACHE_IDX,
- .tcache_max_bytes = tidx2usize(TCACHE_IDX),
+ .tcache_max_bytes = tidx2usize (TCACHE_IDX),
.tcache_unsorted_limit = 0 /* No limit */
#endif
};
e->next = tcache.entries[tc_idx];
tcache.entries[tc_idx] = e;
++tcache.counts[tc_idx];
- found ++;
+ ++found;
}
}
}
e->next = tcache.entries[tc_idx];
tcache.entries[tc_idx] = e;
++tcache.counts[tc_idx];
- found ++;
+ ++found;
}
}
}