Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

malloc



Hi

I writing a code in C, i run my code with powerpc-apple-darwin8-g++-4.0.
1, my code compiles, to its inside demands an Array of 100000 elements (has controlled if I malloc the memory well) i get:

a.out(1232) malloc: *** vm_allocate(size=172032) failed (error code=3)
a.out(1232) malloc: *** error: can't allocate region
a.out(1232) malloc: *** set a breakpoint in szone_error to debug

-----
//code
int dimdatif=100000;
 chunk=(int *)malloc(dimdatif*sizeof(int));

....

delete chunk;
--------


what can have happened?

Thank
Andrea
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.