Searched refs:prof_tctx_should_destroy (Results 1 – 1 of 1) sorted by relevance
140 static bool prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx);232 if (prof_tctx_should_destroy(tsd_tsdn(tsd), tctx)) { in rb_gen()264 if (prof_tctx_should_destroy(tsd_tsdn(tsd), tctx)) { in prof_free_sampled_object()614 prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx) { in prof_tctx_should_destroy() function