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

/external/jemalloc/include/jemalloc/internal/
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...]

Completed in 119 milliseconds