Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1326 __itt_domain *current_domain = _N_(_ittapi_global).domain_list; in __itt_free_allocated_resources() local
1327 while (current_domain != NULL) { in __itt_free_allocated_resources()
1328 __itt_domain *tmp = current_domain->next; in __itt_free_allocated_resources()
1329 free((char *)current_domain->nameA); in __itt_free_allocated_resources()
1331 free((wchar_t *)current_domain->nameW); in __itt_free_allocated_resources()
1333 free(current_domain); in __itt_free_allocated_resources()
1334 current_domain = tmp; in __itt_free_allocated_resources()