Home
last modified time | relevance | path

Searched refs:alloc_tctx (Results 1 – 8 of 8) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines.h186 old_sampled = ((uintptr_t)old_prof_info->alloc_tctx > (uintptr_t)1U); in prof_realloc()
204 assert((uintptr_t)prof_info.alloc_tctx == (uintptr_t)1U); in prof_realloc()
239 bool sampled = (uintptr_t)prof_info.alloc_tctx > (uintptr_t)1U; in prof_sampled()
255 if (unlikely((uintptr_t)prof_info.alloc_tctx > (uintptr_t)1U)) { in prof_free()
H A Dprof_structs.h106 prof_tctx_t *alloc_tctx; member
217 prof_tctx_t *alloc_tctx; member
H A Darena_inlines_b.h66 prof_info->alloc_tctx = (prof_tctx_t *)(uintptr_t)1U; in arena_prof_info_get()
/src/contrib/jemalloc/src/
H A Dlarge.c287 prof_tctx_t *alloc_tctx = edata_prof_tctx_get(edata); in large_prof_info_get() local
288 prof_info->alloc_tctx = alloc_tctx; in large_prof_info_get()
290 if ((uintptr_t)alloc_tctx > (uintptr_t)1U) { in large_prof_info_get()
H A Dprof_recent.c342 old_alloc_tctx = head->alloc_tctx; in prof_recent_alloc()
368 tail->alloc_tctx = tctx; in prof_recent_alloc()
451 decrement_recent_count(tsd, node->alloc_tctx); in prof_recent_alloc_async_cleanup()
495 &node->alloc_tctx->thr_uid); in prof_recent_alloc_dump_node()
496 prof_tdata_t *alloc_tdata = node->alloc_tctx->tdata; in prof_recent_alloc_dump_node()
506 prof_recent_alloc_dump_bt(emitter, node->alloc_tctx); in prof_recent_alloc_dump_node()
H A Dprof_log.c207 prof_tctx_t *tctx = prof_info->alloc_tctx; in prof_try_log()
H A Dprof.c154 prof_tctx_t *tctx = prof_info->alloc_tctx; in prof_free_sampled_object()
H A Djemalloc.c3755 assert(old_prof_info.alloc_tctx == prof_info.alloc_tctx); in ixallocx_prof()