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

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h268 prof_ctx_t *prof_ctx_get(const void *ptr);
299 prof_ctx_get(const void *ptr) function
487 prof_ctx_t *ctx = prof_ctx_get(ptr);
H A Dprivate_namespace.h295 #define prof_ctx_get JEMALLOC_N(prof_ctx_get) macro
H A Dprivate_unnamespace.h295 #undef prof_ctx_get macro
/external/jemalloc/src/
H A Djemalloc.c1198 old_ctx = prof_ctx_get(oldptr);
1513 old_ctx = prof_ctx_get(oldptr);
1663 old_ctx = prof_ctx_get(ptr);

Completed in 86 milliseconds