Cache bin: set low-water internally.
This commit is contained in:
committed by
David Goldblatt
parent
60113dfe3b
commit
7f5ebd211c
@@ -89,7 +89,7 @@ tcache_event_hard(tsd_t *tsd, tcache_t *tcache) {
|
||||
}
|
||||
tcache->bin_refilled[binind] = false;
|
||||
}
|
||||
tbin->low_water_position = tbin->cur_ptr.lowbits;
|
||||
cache_bin_low_water_set(tbin);
|
||||
|
||||
tcache->next_gc_bin++;
|
||||
if (tcache->next_gc_bin == nhbins) {
|
||||
|
Reference in New Issue
Block a user