Searched refs:current_string (Results 1 – 1 of 1) sorted by relevance
1314 __itt_string_handle *current_string = _N_(_ittapi_global).string_list; in __itt_free_allocated_resources() local1315 while (current_string != NULL) { in __itt_free_allocated_resources()1316 __itt_string_handle *tmp = current_string->next; in __itt_free_allocated_resources()1317 free((char *)current_string->strA); in __itt_free_allocated_resources()1319 free((wchar_t *)current_string->strW); in __itt_free_allocated_resources()1321 free(current_string); in __itt_free_allocated_resources()1322 current_string = tmp; in __itt_free_allocated_resources()