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

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h288 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
459 ret = prof_lookup(tsd, &bt);
H A Dprivate_namespace.h373 #define prof_lookup JEMALLOC_N(prof_lookup) macro
H A Dprivate_unnamespace.h373 #undef prof_lookup macro
/external/jemalloc/src/
H A Dprof.c575 * it. prof_lookup() increments gctx->nlimbo in order to avoid a race
594 * prof_lookup().
749 prof_lookup(tsd_t *tsd, prof_bt_t *bt) function

Completed in 1098 milliseconds