HomeSort by relevance Sort by last modified time
    Searched refs:ticker_copy (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ticker.h 25 void ticker_copy(ticker_t *ticker, const ticker_t *other);
41 ticker_copy(ticker_t *ticker, const ticker_t *other) function
private_namespace.h 541 #define ticker_copy JEMALLOC_N(ticker_copy) macro
    [all...]
private_unnamespace.h 541 #undef ticker_copy macro
  /external/jemalloc/test/unit/
ticker.c 54 ticker_copy(&tb, &ta);
60 ticker_copy(&tb, &ta);
  /external/jemalloc/src/
jemalloc.c 573 ticker_copy(&arenas_tdata[i].decay_ticker,
    [all...]

Completed in 97 milliseconds