Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1352 __itt_histogram *current_histogram = _N_(_ittapi_global).histogram_list; in __itt_free_allocated_resources() local
1353 while (current_histogram != NULL) { in __itt_free_allocated_resources()
1354 __itt_histogram *tmp = current_histogram->next; in __itt_free_allocated_resources()
1355 free((char *)current_histogram->nameA); in __itt_free_allocated_resources()
1357 free((wchar_t *)current_histogram->nameW); in __itt_free_allocated_resources()
1359 free(current_histogram); in __itt_free_allocated_resources()
1360 current_histogram = tmp; in __itt_free_allocated_resources()