Searched refs:prof_thr_cnt_t (Results 1 - 3 of 3) 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...]
/external/jemalloc/src/
H A Djemalloc.c879 imalloc_prof_sample(size_t usize, prof_thr_cnt_t *cnt)
900 prof_thr_cnt_t *cnt;
959 imemalign_prof_sample(size_t alignment, size_t usize, prof_thr_cnt_t *cnt)
979 imemalign_prof(size_t alignment, size_t usize, prof_thr_cnt_t *cnt)
1031 prof_thr_cnt_t *cnt;
1086 icalloc_prof_sample(size_t usize, prof_thr_cnt_t *cnt)
1104 icalloc_prof(size_t usize, prof_thr_cnt_t *cnt)
1153 prof_thr_cnt_t *cnt;
1183 irealloc_prof_sample(void *oldptr, size_t usize, prof_thr_cnt_t *cnt)
1201 irealloc_prof(void *oldptr, size_t old_usize, size_t usize, prof_thr_cnt_t *cn
[all...]
H A Dprof.c450 prof_ctx_merge(prof_ctx_t *ctx, prof_thr_cnt_t *cnt)
542 prof_thr_cnt_t *
546 prof_thr_cnt_t *p;
587 ret.v = imalloc(sizeof(prof_thr_cnt_t));
810 prof_thr_cnt_t *thr_cnt;
1274 prof_thr_cnt_t *cnt;

Completed in 83 milliseconds