This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20162] new/delete performance versus std::allocator
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Feb 2005 14:11:47 -0000
- Subject: [Bug c++/20162] new/delete performance versus std::allocator
- References: <20050223140244.20162.sylvain.pion@sophia.inria.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-23 14:11 -------
operator new/delete just calls malloc/free which is controled by libc in your case glibc, try with malloc/
free and then report a bug to glibc.
std::allocate is a sub allocator really.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20162