Searched refs:KMP_CPU_INTERNAL_FREE_ARRAY (Results 1 – 2 of 2) sorted by relevance
2812 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks / 2); \3019 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()3028 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()3356 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()3367 KMP_CPU_INTERNAL_FREE_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()
660 #define KMP_CPU_INTERNAL_FREE_ARRAY(arr, n) KMP_CPU_FREE_ARRAY(arr, n) macro