Mark std::list as not relocatable
Summary: [Folly] Mark `std::list` as not relocatable. From the github issue (facebook/folly#889), `std::list` allocated storage may hold back-pointers to the owning `std::list` object in both libstdc++ and libc++. The relocatability marking dates to 2011 or earlier; perhaps it applied then. Closes #889. Reviewed By: nbronson Differential Revision: D9043357 fbshipit-source-id: bf954e74f36f554bfbb2e5bb5ac40b933a749003
Showing
Please register or sign in to comment