reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5196 int *nproc_at_core = (int *)KMP_ALLOCA(sizeof(int) * ncores); 5199 (int *)KMP_ALLOCA(sizeof(int) * (nth_per_core + 1)); 5202 (int *)KMP_ALLOCA(sizeof(int) * (nth_per_core + 1));projects/openmp/runtime/src/kmp_runtime.cpp
1424 void *dummy = KMP_ALLOCA(__kmp_stkpadding);
projects/openmp/runtime/src/z_Linux_util.cpp 580 padding = KMP_ALLOCA(gtid * __kmp_stkoffset);