This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/39271] 64 bit memory allocation possible error



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-02-23 08:02 -------
Why don't you think all would work?  So you are asking for only 8Gig of memory.
 On a 64bit machine it should work because of virtual memory.  Anyways the
nothrow version of operator new, just call directly malloc, so it is up to the
libc to do the right thing.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39271


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]