Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
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;
Dprof_types.h8 typedef struct prof_gctx_s prof_gctx_t; typedef
/external/jemalloc/src/
Dprof.c160 prof_gctx_comp(const prof_gctx_t *a, const prof_gctx_t *b) in rb_gen()
171 rb_gen(static UNUSED, gctx_tree_, prof_gctx_tree_t, prof_gctx_t, dump_link, in rb_gen() argument
549 static prof_gctx_t *
555 size_t size = offsetof(prof_gctx_t, vec) + (bt->len * sizeof(void *)); in prof_gctx_create()
556 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create()
576 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy()
627 prof_gctx_should_destroy(prof_gctx_t *gctx) in prof_gctx_should_destroy()
643 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy()
715 void **p_btkey, prof_gctx_t **p_gctx, bool *p_new_gctx) in prof_lookup_global()
718 prof_gctx_t *p; in prof_lookup_global()
[all …]
/external/jemalloc_new/src/
Dprof.c175 prof_gctx_comp(const prof_gctx_t *a, const prof_gctx_t *b) { in rb_gen()
186 rb_gen(static UNUSED, gctx_tree_, prof_gctx_tree_t, prof_gctx_t, dump_link, in rb_gen() argument
552 static prof_gctx_t *
557 size_t size = offsetof(prof_gctx_t, vec) + (bt->len * sizeof(void *)); in prof_gctx_create()
558 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create()
579 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy()
630 prof_gctx_should_destroy(prof_gctx_t *gctx) { in prof_gctx_should_destroy()
646 prof_gctx_t *gctx = tctx->gctx; in prof_tctx_destroy()
721 void **p_btkey, prof_gctx_t **p_gctx, bool *p_new_gctx) { in prof_lookup_global()
723 prof_gctx_t *p; in prof_lookup_global()
[all …]
/external/jemalloc/include/jemalloc/internal/
Dprof.h7 typedef struct prof_gctx_s prof_gctx_t; typedef
103 prof_gctx_t *gctx;
163 rb_node(prof_gctx_t) dump_link;
174 typedef rb_tree(prof_gctx_t) prof_gctx_tree_t;