Home
last modified time | relevance | path

Searched refs:prof_tctx_get (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprof.h333 prof_tctx_t *prof_tctx_get(tsdn_t *tsdn, const void *ptr);
401 prof_tctx_get(tsdn_t *tsdn, const void *ptr) in prof_tctx_get() function
536 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr); in prof_free()
Dprivate_symbols.txt456 prof_tctx_get
Dprivate_namespace.h456 #define prof_tctx_get JEMALLOC_N(prof_tctx_get) macro
Dprivate_unnamespace.h456 #undef prof_tctx_get
/external/jemalloc/src/
Djemalloc.c1866 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr);
2338 old_tctx = prof_tctx_get(tsd_tsdn(tsd), old_ptr);
2484 old_tctx = prof_tctx_get(tsd_tsdn(tsd), ptr);