[Bug libstdc++/80658] Memory leak reported in libstdc++ (zerotier)
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon May 8 14:09:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80658
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Using the default configuration GLIBCPP_FORCE_NEW has not made any difference
to std::allocator since 2005 when r106665 was committed, changing the default
back to the allocator based on new/delete.
So if GLIBCPP_FORCE_NEW made a difference then the blog post seems to be about
GCC 3.4 or something of that age, and a bug report about ancient history is
useless.
More information about the Gcc-bugs
mailing list