Searched refs:current_couter (Results 1 – 1 of 1) sorted by relevance
1557 __itt_counter_info_t* current_couter = _N_(_ittapi_global).counter_list; in __itt_free_allocated_resources() local1558 while (current_couter != NULL) in __itt_free_allocated_resources()1560 __itt_counter_info_t* tmp = current_couter->next; in __itt_free_allocated_resources()1561 free((char*)current_couter->nameA); in __itt_free_allocated_resources()1562 free((char*)current_couter->domainA); in __itt_free_allocated_resources()1564 free((wchar_t*)current_couter->nameW); in __itt_free_allocated_resources()1565 free((wchar_t*)current_couter->domainW); in __itt_free_allocated_resources()1567 free(current_couter); in __itt_free_allocated_resources()1568 current_couter = tmp; in __itt_free_allocated_resources()