Searched refs:to_destroy (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c1221 prof_tctx_t *to_destroy = local
1225 if (to_destroy != NULL) {
1227 to_destroy);
1229 to_destroy);
1231 iealloc(tsd_tsdn(tsd), to_destroy), local
1232 to_destroy, NULL, true, true); local
2039 prof_tdata_t *to_destroy = tdata_tree_iter(&tdatas, next, local
2041 if (to_destroy != NULL) {
2042 next = tdata_tree_next(&tdatas, to_destroy);
2043 prof_tdata_destroy_locked(tsd, to_destroy, fals
[all...]

Completed in 73 milliseconds