OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prof_thr_cnt_t
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
6
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/
jemalloc.c
879
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
*cnt
[
all
...]
prof.c
450
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 339 milliseconds