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

  /external/jemalloc/include/jemalloc/internal/
prof.h 337 void prof_tctx_set(const void *ptr, size_t usize, prof_tctx_t *tctx);
410 prof_tctx_set(const void *ptr, size_t usize, prof_tctx_t *tctx) function
492 prof_tctx_set(ptr, usize, (prof_tctx_t *)(uintptr_t)1U);
private_namespace.h 420 #define prof_tctx_set JEMALLOC_N(prof_tctx_set) macro
private_unnamespace.h 420 #undef prof_tctx_set macro
  /external/jemalloc/src/
prof.c 229 prof_tctx_set(ptr, usize, tctx);
    [all...]

Completed in 1892 milliseconds