Searched refs:prof_sample_accum_update (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/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.h440 #define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update) macro

Completed in 110 milliseconds