Searched refs:KMP_CPU_INTERNAL_ALLOC_ARRAY (Results 1 – 2 of 2) sorted by relevance
2806 KMP_CPU_INTERNAL_ALLOC_ARRAY(temp, numNewMasks); \2847 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_proclist()3230 KMP_CPU_INTERNAL_ALLOC_ARRAY(newMasks, numNewMasks); in __kmp_affinity_process_placelist()
659 #define KMP_CPU_INTERNAL_ALLOC_ARRAY(arr, n) KMP_CPU_ALLOC_ARRAY(arr, n) macro