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

  /src/external/bsd/jemalloc.old/dist/src/
jemalloc.c 2576 bool sample_event = te_prof_sample_event_lookahead(tsd, usize); local
2578 sample_event);
3498 bool sample_event = te_prof_sample_event_lookahead(tsd, usize); local
3499 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
3514 old_usize, &old_prof_info, sample_event);
3743 bool sample_event = te_prof_sample_event_lookahead(tsd, usize_max); local
3744 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
3770 sample_event = te_prof_sample_event_lookahead(tsd, usize);
3772 old_usize, &prof_info, sample_event);
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 1638 bool sample_event = te_prof_sample_event_lookahead(tsd, usize); local
1640 tsd, prof_active, sample_event);
2483 bool sample_event = te_prof_sample_event_lookahead(tsd, usize); local
2484 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
2499 &old_prof_info, sample_event);
2730 bool sample_event = te_prof_sample_event_lookahead(tsd, usize_max); local
2731 prof_tctx_t *tctx = prof_alloc_prep(tsd, prof_active, sample_event);
2765 sample_event = te_prof_sample_event_lookahead(tsd, usize);
2767 old_usize, &prof_info, sample_event);

Completed in 33 milliseconds