Searched refs:alloc_tctx (Results 1 – 8 of 8) sorted by relevance
186 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()
106 prof_tctx_t *alloc_tctx; member217 prof_tctx_t *alloc_tctx; member
66 prof_info->alloc_tctx = (prof_tctx_t *)(uintptr_t)1U; in arena_prof_info_get()
287 prof_tctx_t *alloc_tctx = edata_prof_tctx_get(edata); in large_prof_info_get() local288 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()
342 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()
207 prof_tctx_t *tctx = prof_info->alloc_tctx; in prof_try_log()
154 prof_tctx_t *tctx = prof_info->alloc_tctx; in prof_free_sampled_object()
3755 assert(old_prof_info.alloc_tctx == prof_info.alloc_tctx); in ixallocx_prof()