Searched refs:current_couter (Results 1 – 1 of 1) sorted by relevance
1338 __itt_counter_info_t *current_couter = _N_(_ittapi_global).counter_list; in __itt_free_allocated_resources() local1339 while (current_couter != NULL) { in __itt_free_allocated_resources()1340 __itt_counter_info_t *tmp = current_couter->next; in __itt_free_allocated_resources()1341 free((char *)current_couter->nameA); in __itt_free_allocated_resources()1342 free((char *)current_couter->domainA); in __itt_free_allocated_resources()1344 free((wchar_t *)current_couter->nameW); in __itt_free_allocated_resources()1345 free((wchar_t *)current_couter->domainW); in __itt_free_allocated_resources()1347 free(current_couter); in __itt_free_allocated_resources()1348 current_couter = tmp; in __itt_free_allocated_resources()