Home
last modified time | relevance | path

Searched refs:prof_lookup (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h51 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
Dprof_inlines_b.h115 ret = prof_lookup(tsd, &bt); in prof_alloc_prep()
Dprivate_namespace_jet.h305 #define prof_lookup JEMALLOC_N(prof_lookup) macro
Dprivate_namespace.h300 #define prof_lookup JEMALLOC_N(prof_lookup) macro
/external/jemalloc/include/jemalloc/internal/
Dprof.h289 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
476 ret = prof_lookup(tsd, &bt); in prof_alloc_prep()
Dprivate_symbols.txt444 prof_lookup
Dprivate_namespace.h444 #define prof_lookup JEMALLOC_N(prof_lookup) macro
Dprivate_unnamespace.h444 #undef prof_lookup
/external/jemalloc/src/
Dprof.c762 prof_lookup(tsd_t *tsd, prof_bt_t *bt) in prof_lookup() function
/external/jemalloc_new/src/
Dprof.c785 prof_lookup(tsd_t *tsd, prof_bt_t *bt) { in prof_lookup() function