Home
last modified time | relevance | path

Searched refs:tdata (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/jemalloc/src/
A Dprof.c632 prof_tdata_t *tdata = tctx->tdata; in prof_tctx_destroy() local
691 tdata); in prof_tctx_destroy()
793 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_lookup()
796 ret.p->tdata = tdata; in prof_lookup()
809 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_lookup()
1241 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_gctx_finish()
1296 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter()
1297 tdata->cnt_summed.curbytes, tdata->cnt_summed.accumobjs, in prof_tdata_dump_iter()
1300 (tdata->thread_name != NULL) ? tdata->thread_name : "")) in prof_tdata_dump_iter()
1893 tdata->prng_state = (uint64_t)(uintptr_t)tdata; in prof_tdata_init_impl()
[all …]
A Dckh.c128 const void *key, *data, *tkey, *tdata; in ckh_evict_reloc_insert() local
151 tkey = cell->key; tdata = cell->data; in ckh_evict_reloc_insert()
153 key = tkey; data = tdata; in ckh_evict_reloc_insert()
A Djemalloc.c476 arena_tdata_t *tdata, *arenas_tdata_old; in arena_tdata_get_hard() local
510 tdata = NULL; in arena_tdata_get_hard()
542 tdata = &arenas_tdata[ind]; in arena_tdata_get_hard()
546 return (tdata); in arena_tdata_get_hard()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_inlines.h55 prof_tdata_t *tdata; in prof_tdata_get() local
67 tdata = prof_tdata_reinit(tsd, tdata); in prof_tdata_get()
70 assert(tdata == NULL || tdata->attached); in prof_tdata_get()
73 return (tdata); in prof_tdata_get()
109 prof_tdata_t *tdata; in prof_sample_accum_update() local
115 tdata = NULL; in prof_sample_accum_update()
118 *tdata_out = tdata; in prof_sample_accum_update()
131 return (!tdata->active); in prof_sample_accum_update()
139 prof_tdata_t *tdata; in prof_alloc_prep() local
145 &tdata))) in prof_alloc_prep()
[all …]
A Dprof_externs.h64 prof_tdata_t *prof_tdata_reinit(tsd_t *tsd, prof_tdata_t *tdata);
84 void prof_sample_threshold_update(prof_tdata_t *tdata);
A Dprof_structs.h35 prof_tdata_t *tdata; member
A Djemalloc_internal.h857 arena_tdata_t *tdata; in arena_tdata_get() local
873 tdata = &arenas_tdata[ind]; in arena_tdata_get()
874 if (likely(tdata != NULL) || !refresh_if_missing) in arena_tdata_get()
875 return (tdata); in arena_tdata_get()
900 arena_tdata_t *tdata; in decay_ticker_get() local
902 tdata = arena_tdata_get(tsd, ind, true); in decay_ticker_get()
903 if (unlikely(tdata == NULL)) in decay_ticker_get()
905 return (&tdata->decay_ticker); in decay_ticker_get()
A Djemalloc_internal.h.in855 arena_tdata_t *tdata; local
864 * ind is invalid, cache is old (too small), or tdata to be
871 tdata = &arenas_tdata[ind];
872 if (likely(tdata != NULL) || !refresh_if_missing)
873 return (tdata);
898 arena_tdata_t *tdata; local
900 tdata = arena_tdata_get(tsd, ind, true);
901 if (unlikely(tdata == NULL))
903 return (&tdata->decay_ticker);
/third_party/ulib/jemalloc/
A DChangeLog251 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather

Completed in 28 milliseconds