Re: appendBytes memcpy
Re: appendBytes memcpy
- Subject: Re: appendBytes memcpy
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 1 Aug 2007 01:03:24 -0600
On Aug 1, 2007, at 12:46 AM, roger casaliƱas wrote:
I think the error is happening because we have exceeded the
capacity of
NSMutableData. It's just a guess.
NSMutableData can handle up to 2^31-1 bytes in theory, but 32-bit
programs can only allocate up to about 4 GB of memory IIRC. How much
memory is the program using?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden