/external/jemalloc/test/unit/ |
D | nstime.c | 32 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 43 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 78 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 85 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 98 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 136 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 143 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 156 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 162 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 170 nstime_copy(&nstb, &nsta); in TEST_BEGIN() [all …]
|
D | decay.c | 25 nstime_copy(time, &time_mock); in nstime_update_mock() 278 nstime_copy(&deadline, &time); in TEST_BEGIN()
|
/external/jemalloc_new/test/unit/ |
D | nstime.c | 29 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 39 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 73 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 80 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 109 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 162 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 169 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 181 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 187 nstime_copy(&nstb, &nsta); in TEST_BEGIN() 195 nstime_copy(&nstb, &nsta); in TEST_BEGIN() [all …]
|
D | decay.c | 33 nstime_copy(time, &time_mock); in nstime_update_mock() 385 nstime_copy(&deadline, &time); in decay_ticker_helper()
|
/external/jemalloc/src/ |
D | nstime.c | 41 nstime_copy(nstime_t *time, const nstime_t *source) in nstime_copy() function 179 nstime_copy(&old_time, time); in nstime_update() 184 nstime_copy(time, &old_time); in nstime_update()
|
D | arena.c | 1255 nstime_copy(&arena->decay.deadline, &arena->decay.epoch); in arena_decay_deadline_init() 1343 nstime_copy(&delta, time); in arena_decay_epoch_advance_helper() 1349 nstime_copy(&delta, &arena->decay.interval); in arena_decay_epoch_advance_helper() 1497 nstime_copy(&arena->decay.epoch, &time); in arena_maybe_purge_decay()
|
/external/jemalloc_new/src/ |
D | nstime.c | 42 nstime_copy(nstime_t *time, const nstime_t *source) { in nstime_copy() function 159 nstime_copy(&old_time, time); in nstime_update_impl() 164 nstime_copy(time, &old_time); in nstime_update_impl()
|
D | mutex.c | 73 nstime_copy(&after, &before); in malloc_mutex_lock_slow() 90 nstime_copy(&delta, &after); in malloc_mutex_lock_slow() 96 nstime_copy(&data->max_wait_time, &delta); in malloc_mutex_lock_slow()
|
D | arena.c | 199 nstime_copy(&astats->uptime, &arena->create_time); in arena_stats_merge() 434 nstime_copy(&decay->deadline, &decay->epoch); in arena_decay_deadline_init() 527 nstime_copy(&delta, time); in arena_decay_epoch_advance_helper() 534 nstime_copy(&delta, &decay->interval); in arena_decay_epoch_advance_helper() 643 nstime_copy(&decay->epoch, &time); in arena_maybe_decay()
|
D | background_thread.c | 250 nstime_copy(&ts_wakeup, &before_sleep);
|
/external/jemalloc/test/src/ |
D | timer.c | 15 nstime_copy(&timer->t1, &timer->t0); in timer_stop() 24 nstime_copy(&delta, &timer->t1); in timer_usec()
|
/external/jemalloc_new/test/src/ |
D | timer.c | 11 nstime_copy(&timer->t1, &timer->t0); in timer_stop() 19 nstime_copy(&delta, &timer->t1); in timer_usec()
|
/external/jemalloc/include/jemalloc/internal/ |
D | nstime.h | 26 void nstime_copy(nstime_t *time, const nstime_t *source);
|
D | private_symbols.txt | 356 nstime_copy
|
D | private_namespace.h | 356 #define nstime_copy JEMALLOC_N(nstime_copy) macro
|
D | private_unnamespace.h | 356 #undef nstime_copy
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | nstime.h | 18 void nstime_copy(nstime_t *time, const nstime_t *source);
|
D | mutex.h | 181 nstime_copy(&sum->max_wait_time, &data->max_wait_time); in malloc_mutex_prof_merge()
|
D | private_namespace_jet.h | 242 #define nstime_copy JEMALLOC_N(nstime_copy) macro
|
D | private_namespace.h | 239 #define nstime_copy JEMALLOC_N(nstime_copy) macro
|