Searched refs:prof_backtrace (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h16 * Hard limit on stack backtrace depth. The version of prof_backtrace() that
166 /* Backtrace vector, used for calls to prof_backtrace(). */
216 void prof_backtrace(prof_bt_t *bt, unsigned nignore);
256 prof_backtrace(&bt, nignore); \
279 prof_backtrace(&bt, nignore); \
H A Dprivate_namespace.h275 #define prof_backtrace JEMALLOC_N(prof_backtrace) macro
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dprof.c180 prof_backtrace(prof_bt_t *bt, unsigned nignore) function
243 prof_backtrace(prof_bt_t *bt, unsigned nignore) function
253 prof_backtrace(prof_bt_t *bt, unsigned nignore) function
422 prof_backtrace(prof_bt_t *bt, unsigned nignore) function

Completed in 68 milliseconds