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

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h6 typedef struct prof_thr_cnt_s prof_thr_cnt_t; typedef in typeref:struct:prof_thr_cnt_s
73 * different prof_thr_cnt_t objects that are linked into the same
88 ql_elm(prof_thr_cnt_t) cnts_link;
91 ql_elm(prof_thr_cnt_t) lru_link;
97 * context, insert a new prof_thr_cnt_t into the thread's hash table,
151 ql_head(prof_thr_cnt_t) cnts_ql;
160 * Hash of (prof_bt_t *)-->(prof_thr_cnt_t *). Each thread keeps a
161 * cache of backtraces, with associated thread-specific prof_thr_cnt_t
162 * objects. Other threads may read the prof_thr_cnt_t contents, but no
165 * Upon thread exit, the thread must merge all the prof_thr_cnt_t
[all...]

Completed in 444 milliseconds