Searched refs:current_histogram (Results 1 – 1 of 1) sorted by relevance
1352 __itt_histogram *current_histogram = _N_(_ittapi_global).histogram_list; in __itt_free_allocated_resources() local1353 while (current_histogram != NULL) { in __itt_free_allocated_resources()1354 __itt_histogram *tmp = current_histogram->next; in __itt_free_allocated_resources()1355 free((char *)current_histogram->nameA); in __itt_free_allocated_resources()1357 free((wchar_t *)current_histogram->nameW); in __itt_free_allocated_resources()1359 free(current_histogram); in __itt_free_allocated_resources()1360 current_histogram = tmp; in __itt_free_allocated_resources()