Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
port_posix: use posix_memalign() for aligned_alloc
Summary: to workaround issue of http://tracker.ceph.com/issues/21422 . and in tcmalloc aligned_alloc and posix_memalign() are basically the same thing. the same applies to GNU glibc. fixes facebook#3175 Signed-off-by: Kefu Chai <[email protected]> Closes facebook#3862 Differential Revision: D8147930 Pulled By: yiwu-arbug fbshipit-source-id: 355afe93c4dd0a96a0d711ef190e8b86fbe8d11d
- Loading branch information