Home
last modified time | relevance | path

Searched refs:prof_try_log (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_log.h8 void prof_try_log(tsd_t *tsd, size_t usize, prof_info_t *prof_info);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h562 #define prof_try_log JEMALLOC_N(prof_try_log) macro
/src/contrib/jemalloc/src/
H A Dprof_log.c205 prof_try_log(tsd_t *tsd, size_t usize, prof_info_t *prof_info) { in prof_try_log() function
H A Dprof.c173 prof_try_log(tsd, usize, prof_info); in prof_free_sampled_object()