Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c685 tctx->state = prof_tctx_state_purgatory; in prof_tctx_destroy()
1062 case prof_tctx_state_purgatory: in prof_tctx_merge_tdata()
1090 case prof_tctx_state_purgatory: in prof_tctx_merge_iter()
1112 case prof_tctx_state_purgatory: in prof_tctx_dump_iter()
1139 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