Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h62 prof_gctx_t *gctx;
122 rb_node(prof_gctx_t) dump_link;
133 typedef rb_tree(prof_gctx_t) prof_gctx_tree_t;
H A Dprof_types.h8 typedef struct prof_gctx_s prof_gctx_t; typedef
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c175 prof_gctx_comp(const prof_gctx_t *a, const prof_gctx_t *b) { in rb_gen()
552 static prof_gctx_t *
558 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create()
646 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy()
723 prof_gctx_t *p; in prof_lookup_global()
808 prof_gctx_t *gctx; in prof_lookup()
1202 static prof_gctx_t *
1221 prof_gctx_t *gctx; in prof_gctx_finish()
1531 static prof_gctx_t *
1533 prof_gctx_t *ret; in prof_gctx_dump_iter()
[all …]