b77eb553e284f1cadaac13c2ad20e7af58da3ec0
kmp_aligned_malloc() always returned NULL on Windows (stub library only)
that may cause Fortran application crash. With this change all memory
allocation functions were fixed to use aligned{m,re,rec}alloc() to
allocate/reallocate memory. To deallocate that memory _aligned_free() is
used in kmp_free().
Patch by Olga Malysheva
Differential Revision: https://reviews.llvm.org/D40296
git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@319375 91177308-0d34-0410-b5e6-96231b3b80d8
Description
No description provided
11 MiB
Languages
C++
68.3%
C
19%
Perl
3.8%
Cuda
3.2%
CMake
3.1%
Other
2.5%