Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dprof.c143 bool even_if_attached);
145 bool even_if_attached);
1955 prof_tdata_should_destroy_unlocked(prof_tdata_t *tdata, bool even_if_attached) { in prof_tdata_should_destroy_unlocked() argument
1956 if (tdata->attached && !even_if_attached) { in prof_tdata_should_destroy_unlocked()
1967 bool even_if_attached) { in prof_tdata_should_destroy() argument
1970 return prof_tdata_should_destroy_unlocked(tdata, even_if_attached); in prof_tdata_should_destroy()
1975 bool even_if_attached) { in prof_tdata_destroy_locked() argument
1980 assert(prof_tdata_should_destroy_unlocked(tdata, even_if_attached)); in prof_tdata_destroy_locked()
1991 prof_tdata_destroy(tsd_t *tsd, prof_tdata_t *tdata, bool even_if_attached) { in prof_tdata_destroy() argument
1993 prof_tdata_destroy_locked(tsd, tdata, even_if_attached); in prof_tdata_destroy()