Searched refs:prof_sample_accum_update (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 65 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update() function 109 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update, in prof_alloc_prep() 147 if (prof_sample_accum_update(tsd, usize, true, NULL)) { in prof_realloc()
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 338 bool prof_sample_accum_update(tsd_t *tsd, size_t usize, bool commit, 432 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update() function 470 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update, in prof_alloc_prep() 508 if (prof_sample_accum_update(tsd, usize, true, NULL)) { in prof_realloc()
|
D | private_symbols.txt | 454 prof_sample_accum_update
|
D | private_namespace.h | 454 #define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update) macro
|
D | private_unnamespace.h | 454 #undef prof_sample_accum_update
|