Re: Cocoa-dev Digest, Vol 3, Issue 356
Re: Cocoa-dev Digest, Vol 3, Issue 356
- Subject: Re: Cocoa-dev Digest, Vol 3, Issue 356
- From: Scott Lehman <email@hidden>
- Date: Sun, 19 Mar 2006 09:45:17 -0800 (PST)
>>> What's the right way to create an NSMutableString
with no limit on
>>> its capacity?
>>
>> What makes you think NSMutableString has a limit
other than the "2
>> GB per app" one?
>
> 2 GB limit? 32b addresses gets you a 4GB address
space of which about
> 3-3.5 GB is available to the application (rest is
consumed by mapping
> and reserved ranges) with 2-2.5 GB being the largest
contiguous
> allocation you can have.
The limit on an NSString or NSMutableString is
technically set by the ability to index characters
with in integer isn't it? As long as you need less
than INT_MAX characters, I think you're OK.
Scott
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden