Searched refs:current_string (Results 1 – 1 of 1) sorted by relevance
1531 __itt_string_handle* current_string = _N_(_ittapi_global).string_list; in __itt_free_allocated_resources() local1532 while (current_string != NULL) in __itt_free_allocated_resources()1534 __itt_string_handle* tmp = current_string->next; in __itt_free_allocated_resources()1535 free((char*)current_string->strA); in __itt_free_allocated_resources()1537 free((wchar_t*)current_string->strW); in __itt_free_allocated_resources()1539 free(current_string); in __itt_free_allocated_resources()1540 current_string = tmp; in __itt_free_allocated_resources()