Searched defs:prof_sample_accum_update (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h338 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, function
470 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update,
508 if (prof_sample_accum_update(tsd, usize, true, NULL)) {
H A Dprivate_namespace.h454 #define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update) macro
H A Dprivate_unnamespace.h454 #undef prof_sample_accum_update macro

Completed in 37 milliseconds