Home
last modified time | relevance | path

Searched refs:current_histogram (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c1572 __itt_histogram* current_histogram = _N_(_ittapi_global).histogram_list; in __itt_free_allocated_resources() local
1573 while (current_histogram != NULL) in __itt_free_allocated_resources()
1575 __itt_histogram* tmp = current_histogram->next; in __itt_free_allocated_resources()
1576 free((char*)current_histogram->nameA); in __itt_free_allocated_resources()
1578 free((wchar_t*)current_histogram->nameW); in __itt_free_allocated_resources()
1580 free(current_histogram); in __itt_free_allocated_resources()
1581 current_histogram = tmp; in __itt_free_allocated_resources()