Searched refs:tcache_ind (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c1474 unsigned tcache_ind; local
1481 if (tcaches_create(tsd_tsdn(tsd), &tcache_ind)) {
1485 READ(tcache_ind, unsigned);
1498 unsigned tcache_ind; local
1504 tcache_ind = UINT_MAX;
1505 WRITE(tcache_ind, unsigned);
1506 if (tcache_ind == UINT_MAX) {
1510 tcaches_flush(tsd, tcache_ind);
1522 unsigned tcache_ind; local
1528 tcache_ind
[all...]

Completed in 126 milliseconds