Searched refs:prof_ctx_set (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h269 void prof_ctx_set(const void *ptr, prof_ctx_t *ctx);
318 prof_ctx_set(const void *ptr, prof_ctx_t *ctx) function
365 prof_ctx_set(ptr, cnt->ctx);
408 prof_ctx_set(ptr, (prof_ctx_t *)(uintptr_t)1U);
454 prof_ctx_set(ptr, cnt->ctx);
457 prof_ctx_set(ptr, (prof_ctx_t *)(uintptr_t)1U);
H A Dprivate_namespace.h296 #define prof_ctx_set JEMALLOC_N(prof_ctx_set) macro
H A Dprivate_unnamespace.h296 #undef prof_ctx_set macro

Completed in 76 milliseconds