Home
last modified time | relevance | path

Searched refs:prof_accum_t (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_a.h7 prof_accum_add(tsdn_t *tsdn, prof_accum_t *prof_accum, uint64_t accumbytes) { in prof_accum_add()
45 prof_accum_cancel(tsdn_t *tsdn, prof_accum_t *prof_accum, size_t usize) { in prof_accum_cancel()
Dprof_types.h5 typedef struct prof_accum_s prof_accum_t; typedef
Darena_structs_b.h115 prof_accum_t prof_accum;
Dprof_externs.h65 bool prof_accum_init(tsdn_t *tsdn, prof_accum_t *prof_accum);
/external/jemalloc_new/src/
Dprof.c1762 prof_accum_init(tsdn_t *tsdn, prof_accum_t *prof_accum) { in prof_accum_init()