Searched refs:prof_ctx_t (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dextent.h19 prof_ctx_t *prof_ctx;
H A Dhuge.h24 prof_ctx_t *huge_prof_ctx_get(const void *ptr);
25 void huge_prof_ctx_set(const void *ptr, prof_ctx_t *ctx);
H A Dprof.h7 typedef struct prof_ctx_s prof_ctx_t; typedef in typeref:struct:prof_ctx_s
74 * prof_ctx_t cnts_ql, so it is possible for the cur* counters to go
87 /* Linkage into prof_ctx_t's cnts_ql. */
98 * and link it into the prof_ctx_t's cnts_ql.
100 prof_ctx_t *ctx;
154 ql_elm(prof_ctx_t) dump_link;
156 typedef ql_head(prof_ctx_t) prof_ctx_list_t;
166 * counter data into the associated prof_ctx_t objects, and unlink/free
268 prof_ctx_t *prof_ctx_get(const void *ptr);
269 void prof_ctx_set(const void *ptr, prof_ctx_t *ct
[all...]
H A Darena.h87 prof_ctx_t *prof_ctx;
508 prof_ctx_t *arena_prof_ctx_get(const void *ptr);
509 void arena_prof_ctx_set(const void *ptr, prof_ctx_t *ctx);
1023 JEMALLOC_INLINE prof_ctx_t *
1026 prof_ctx_t *ret;
1039 ret = (prof_ctx_t *)(uintptr_t)1U;
1047 arena_prof_ctx_set(const void *ptr, prof_ctx_t *ctx)
/external/jemalloc/src/
H A Dhuge.c200 prof_ctx_t *
203 prof_ctx_t *ret;
221 huge_prof_ctx_set(const void *ptr, prof_ctx_t *ctx)
H A Dprof.c47 * Global hash of (prof_bt_t *)-->(prof_ctx_t *). This is the master data
392 prof_ctx_init(prof_ctx_t *ctx, prof_bt_t *bt)
408 prof_ctx_destroy(prof_ctx_t *ctx)
450 prof_ctx_merge(prof_ctx_t *ctx, prof_thr_cnt_t *cnt)
489 prof_ctx_t **p_ctx, bool *p_new_ctx)
492 prof_ctx_t *p;
504 ctx.v = imalloc(sizeof(prof_ctx_t));
559 prof_ctx_t *ctx;
807 prof_dump_ctx_prep(prof_ctx_t *ctx, prof_cnt_t *cnt_all, size_t *leak_nctx,
890 prof_dump_ctx_cleanup_locked(prof_ctx_t *ct
[all...]
H A Djemalloc.c1204 prof_ctx_t *old_ctx;
1519 prof_ctx_t *old_ctx;
1669 prof_ctx_t *old_ctx;

Completed in 80 milliseconds