Searched refs:told_cnt (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h415 prof_thr_cnt_t *told_cnt; local
436 told_cnt = prof_lookup(old_ctx->bt);
437 if (told_cnt == NULL) {
446 told_cnt = (prof_thr_cnt_t *)(uintptr_t)1U;
449 told_cnt = (prof_thr_cnt_t *)(uintptr_t)1U;
451 if ((uintptr_t)told_cnt > (uintptr_t)1U)
452 told_cnt->epoch++;
461 if ((uintptr_t)told_cnt > (uintptr_t)1U) {
462 told_cnt->cnts.curobjs--;
463 told_cnt
[all...]

Completed in 282 milliseconds