This is the mail archive of the gcc@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]

Re: limit for # of items created with "new" ?


On Tue, 24 Sep 2002, Hans Horn wrote:
> I am experiencing a problem when I need to allocate a large number of small
> objects with new. (cygwin 1.3.12.4, gcc 3.2.1). Up to about 160 000 objects
> I'm doing fine, but above the process receives a sigterm and croaks.

You'd be better off asking this question on one of the cygwin lists; I
doubt the real problem is anywhere in gcc.  You may be able to duplicate
the problem using just C and malloc/free.

Jeff


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