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

Reply via email to