Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c127 bool even_if_attached);
129 bool even_if_attached);
1779 prof_tdata_should_destroy(prof_tdata_t *tdata, bool even_if_attached) in prof_tdata_should_destroy() argument
1782 if (tdata->attached && !even_if_attached) in prof_tdata_should_destroy()
1792 bool even_if_attached) in prof_tdata_destroy_locked() argument
1796 assert(prof_tdata_should_destroy(tdata, even_if_attached)); in prof_tdata_destroy_locked()
1809 prof_tdata_destroy(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) in prof_tdata_destroy() argument
1813 prof_tdata_destroy_locked(tsd, tdata, even_if_attached); in prof_tdata_destroy()