Searched refs:prof_gctx_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c77 * Global hash of (prof_bt_t *)-->(prof_gctx_t *). This is the master data
160 prof_gctx_comp(const prof_gctx_t *a, const prof_gctx_t *b)
171 rb_gen(static UNUSED, gctx_tree_, prof_gctx_tree_t, prof_gctx_t, dump_link,
549 static prof_gctx_t *
555 size_t size = offsetof(prof_gctx_t, vec) + (bt->len * sizeof(void *));
556 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size,
576 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx,
627 prof_gctx_should_destroy(prof_gctx_t *gct
[all...]
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h7 typedef struct prof_gctx_s prof_gctx_t; typedef in typeref:struct:prof_gctx_s
103 prof_gctx_t *gctx;
163 rb_node(prof_gctx_t) dump_link;
174 typedef rb_tree(prof_gctx_t) prof_gctx_tree_t;

Completed in 57 milliseconds