OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_ticker
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
98
ticker_t
gc_ticker
; /* Drives incremental GC. */
member in struct:tcache_s
262
if (unlikely(ticker_tick(&tcache->
gc_ticker
)))
/external/jemalloc/src/
tcache.c
335
ticker_init(&tcache->
gc_ticker
, TCACHE_GC_INCR);
Completed in 66 milliseconds