Searched refs:prof_sample_accum_update (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | prof_inlines.h | 14 bool prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, 106 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update() function 144 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update, in prof_alloc_prep() 184 if (prof_sample_accum_update(tsd, usize, true, NULL)) { in prof_realloc()
|
| A D | private_symbols.txt | 394 prof_sample_accum_update
|
| A D | private_namespace.h | 394 #define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update) macro
|
| A D | private_unnamespace.h | 394 #undef prof_sample_accum_update
|
Completed in 7 milliseconds