Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h44 prof_tctx_state_purgatory /* Dumper must finish destroying. */ enumerator
/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_new/src/
Dprof.c693 tctx->state = prof_tctx_state_purgatory; in prof_tctx_destroy()
1081 case prof_tctx_state_purgatory: in prof_tctx_merge_tdata()
1109 case prof_tctx_state_purgatory: in prof_tctx_merge_iter()
1137 case prof_tctx_state_purgatory: in prof_tctx_dump_iter()
1166 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