OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ev_cnt
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
74
unsigned
ev_cnt
; /* Event count since incremental GC. */
member in struct:tcache_s
237
tcache->
ev_cnt
++;
238
assert(tcache->
ev_cnt
<= TCACHE_GC_INCR);
239
if (tcache->
ev_cnt
== TCACHE_GC_INCR)
/external/jemalloc/src/
tcache.c
64
tcache->
ev_cnt
= 0;
Completed in 167 milliseconds