Home
last modified time | relevance | path

Searched refs:prof_tctx_state_purgatory (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc/src/
Dprof.c689 tctx->state = prof_tctx_state_purgatory; in prof_tctx_destroy()
1068 case prof_tctx_state_purgatory: in prof_tctx_merge_tdata()
1099 case prof_tctx_state_purgatory: in prof_tctx_merge_iter()
1128 case prof_tctx_state_purgatory: in prof_tctx_dump_iter()
1157 case prof_tctx_state_purgatory: in prof_tctx_finish_iter()
/external/jemalloc/include/jemalloc/internal/
Dprof.h85 prof_tctx_state_purgatory /* Dumper must finish destroying. */ enumerator