Searched refs:prof_sample_accum_update (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 332 bool prof_sample_accum_update(tsd_t *tsd, size_t usize, bool commit, 431 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update() function 469 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update, in prof_alloc_prep() 507 if (prof_sample_accum_update(tsd, usize, true, NULL)) { in prof_realloc()
|
D | private_symbols.txt | 414 prof_sample_accum_update
|
D | private_namespace.h | 416 #define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update) macro
|
D | private_unnamespace.h | 416 #undef prof_sample_accum_update
|