HomeSort by relevance Sort by last modified time
    Searched refs:prof_ctx_set (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
prof.h 269 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);
private_namespace.h 296 #define prof_ctx_set JEMALLOC_N(prof_ctx_set) macro
private_unnamespace.h 296 #undef prof_ctx_set macro

Completed in 33 milliseconds