This is an archive of the discontinued LLVM Phabricator instance.

PR30734: Remove __kmp_ft_page_allocate()
ClosedPublic

Authored by Hahnfeld on Jul 25 2018, 8:12 AM.

Details

Summary

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).

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.Jul 25 2018, 8:12 AM
pawosm01 accepted this revision.Jul 25 2018, 9:18 AM
This revision is now accepted and ready to land.Jul 25 2018, 9:18 AM
This revision was automatically updated to reflect the committed changes.