Home
last modified time | relevance | path

Searched refs:ev_cnt (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dtcache.h91 unsigned ev_cnt; /* Event count since incremental GC. */ member
255 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()
/external/jemalloc/src/
Dtcache.c70 tcache->ev_cnt = 0; in tcache_event_hard()