HomeSort by: relevance | last modified time | path
    Searched defs:alloc_thr_ind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
prof_log.c 76 size_t alloc_thr_ind; member in struct:prof_alloc_node_s
260 new_node->alloc_thr_ind = prof_log_thr_index(tsd, tctx->tdata->thr_uid,
393 if (node->alloc_thr_ind >= thr_count) {
554 &alloc_node->alloc_thr_ind);
  /src/external/bsd/jemalloc/dist/src/
prof_log.c 76 size_t alloc_thr_ind; member in struct:prof_alloc_node_s
259 new_node->alloc_thr_ind = prof_log_thr_index(
391 if (node->alloc_thr_ind >= thr_count) {
553 &alloc_node->alloc_thr_ind);

Completed in 16 milliseconds