Searched refs:prof_lookup (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h49 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
H A Dprof_inlines.h150 ret = prof_lookup(tsd, &bt);
H A Dprivate_namespace.h384 #define prof_lookup JEMALLOC_N(prof_lookup) macro
H A Dprivate_unnamespace.h384 #undef prof_lookup macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c575 * it. prof_lookup() increments gctx->nlimbo in order to avoid a race
595 * prof_lookup().
754 prof_lookup(tsd_t *tsd, prof_bt_t *bt) function

Completed in 43 milliseconds