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

  /external/jemalloc/include/jemalloc/internal/
prof.h 223 prof_thr_cnt_t *prof_lookup(prof_bt_t *bt);
258 ret = prof_lookup(&bt); \
436 told_cnt = prof_lookup(old_ctx->bt);
494 tcnt = prof_lookup(ctx->bt);
private_namespace.h 302 #define prof_lookup JEMALLOC_N(prof_lookup) macro
private_unnamespace.h 302 #undef prof_lookup macro
  /external/jemalloc/src/
prof.c 416 * it. prof_lookup() increments ctx->nlimbo in order to avoid a race
441 * prof_lookup().
543 prof_lookup(prof_bt_t *bt) function

Completed in 1595 milliseconds