Searched refs:ev_cnt (Results 1 – 2 of 2) sorted by relevance
91 unsigned ev_cnt; /* Event count since incremental GC. */ member255 tcache->ev_cnt++; in tcache_event()256 assert(tcache->ev_cnt <= TCACHE_GC_INCR); in tcache_event()257 if (unlikely(tcache->ev_cnt == TCACHE_GC_INCR)) in tcache_event()
70 tcache->ev_cnt = 0; in tcache_event_hard()