Home
last modified time | relevance | path

Searched refs:ticker_init (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc/test/unit/
Dticker.c10 ticker_init(&ticker, NTICKS); in TEST_BEGIN()
34 ticker_init(&ticker, NTICKS); in TEST_BEGIN()
53 ticker_init(&ta, NTICKS); in TEST_BEGIN()
/external/jemalloc/include/jemalloc/internal/
Dticker.h24 void ticker_init(ticker_t *ticker, int32_t nticks);
33 ticker_init(ticker_t *ticker, int32_t nticks) in ticker_init() function
Dprivate_symbols.txt545 ticker_init
Dprivate_namespace.h542 #define ticker_init JEMALLOC_N(ticker_init) macro
Dprivate_unnamespace.h542 #undef ticker_init
/external/jemalloc/src/
Dtcache.c342 ticker_init(&tcache->gc_ticker, TCACHE_GC_INCR); in tcache_create()
Djemalloc.c576 ticker_init(&arenas_tdata[i].decay_ticker, in arena_tdata_get_hard()