Searched refs:new_expr (Results 1 – 1 of 1) sorted by relevance
1811 new_expr = malloc(sizeof(*new_expr)); in metricgroup__copy_metric_events()1812 if (!new_expr) in metricgroup__copy_metric_events()1818 if (!new_expr->metric_name) in metricgroup__copy_metric_events()1830 if (!new_expr->metric_refs) { in metricgroup__copy_metric_events()1831 free(new_expr); in metricgroup__copy_metric_events()1838 new_expr->metric_refs = NULL; in metricgroup__copy_metric_events()1846 if (!new_expr->metric_events) { in metricgroup__copy_metric_events()1847 zfree(&new_expr->metric_refs); in metricgroup__copy_metric_events()1848 free(new_expr); in metricgroup__copy_metric_events()1858 zfree(&new_expr->metric_refs); in metricgroup__copy_metric_events()[all …]