HomeSort by relevance Sort by last modified time
    Searched refs:prof_sample_accum_update (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
prof.h 331 bool prof_sample_accum_update(tsd_t *tsd, size_t usize, bool commit,
415 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, function
453 if (!prof_active_get_unlocked() || likely(prof_sample_accum_update(tsd,
489 if (prof_sample_accum_update(tsd, usize, true, NULL)) {
private_namespace.h 382 #define prof_sample_accum_update JEMALLOC_N(prof_sample_accum_update) macro
private_unnamespace.h 382 #undef prof_sample_accum_update macro

Completed in 84 milliseconds