OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prof_cnt_t
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
5
typedef struct prof_cnt_s
prof_cnt_t
;
typedef in typeref:struct:prof_cnt_s
120
prof_cnt_t
cnts;
142
prof_cnt_t
cnt_summed;
145
prof_cnt_t
cnt_merged;
/external/jemalloc/src/
prof.c
403
memset(&ctx->cnt_merged, 0, sizeof(
prof_cnt_t
));
599
memset(&ret.p->cnts, 0, sizeof(
prof_cnt_t
));
807
prof_dump_ctx_prep(prof_ctx_t *ctx,
prof_cnt_t
*cnt_all, size_t *leak_nctx,
811
prof_cnt_t
tcnt;
825
memcpy(&ctx->cnt_summed, &ctx->cnt_merged, sizeof(
prof_cnt_t
));
836
memcpy(&tcnt, &thr_cnt->cnts, sizeof(
prof_cnt_t
));
866
prof_dump_header(bool propagate_err, const
prof_cnt_t
*cnt_all)
1011
prof_leakcheck(const
prof_cnt_t
*cnt_all, size_t leak_nctx,
1031
prof_cnt_t
cnt_all;
1049
memset(&cnt_all, 0, sizeof(
prof_cnt_t
));
[
all
...]
Completed in 30 milliseconds