Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3743 prof_info_t prof_info; in ixallocx_prof() local
3745 prof_info_get(tsd, ptr, alloc_ctx, &prof_info); in ixallocx_prof()
3748 prof_info_get_and_reset_recent(tsd, ptr, alloc_ctx, &prof_info); in ixallocx_prof()
3752 old_usize, &prof_info, sample_event); in ixallocx_prof()
3755 assert(old_prof_info.alloc_tctx == prof_info.alloc_tctx); in ixallocx_prof()