PR30734: Remove __kmp_ft_page_allocate()
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 26 Jul 2018 18:15:02 +0000 (18:15 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 26 Jul 2018 18:15:02 +0000 (18:15 +0000)
commit3a0e9b37f3b592722b39d867404e62bf45bb786b
tree4b7adfe12b40142493db7ac863cb037402f5bab6
parent6fbbf27d98e9e48415bb152b43746ddaab7514f8
PR30734: Remove __kmp_ft_page_allocate()

This function was not enabled by default and not exported when manually
tweaking the build flags. Additionally it was hard to use since there
is no corresponding __kmp_ft_page_free().
The code itself is questionable because the returned memory address
is padded by an extra pointer which stores the unpadded start of the
allocated region (this would need to be freed).

Differential Revision: https://reviews.llvm.org/D49802

llvm-svn: 338052
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_alloc.cpp