Re: libauto: what's "agc error: Can not allocate new region"
Re: libauto: what's "agc error: Can not allocate new region"
- Subject: Re: libauto: what's "agc error: Can not allocate new region"
- From: Bill Bumgarner <email@hidden>
- Date: Wed, 02 Dec 2009 13:07:26 -0800
On Dec 2, 2009, at 1:01 PM, Sean McBride wrote:
> If GC memory is really limited to 8 GB (and not 32), then I probably am
> hitting that limit with the guard pages on. :( Is there a way to
> increase that limit, at least in debug? 8 is pretty puny. :(
Grab the source. It is just a constant.
You should be able to build libauto using Xcode and, if in your shared build directory, your app will pick it up (I know you know this, but for the benefit of everyone else)....
> And Jens, AUTO_USE_GUARDS is the same principle as Guard Malloc, but
> they are not identical. As I understand it, the former applies to
> memory in the GC zone, the latter to the malloc zone. In my app anyway,
> AUTO_USE_GUARDS is slow, GuardMalloc is slower, and with them both on
> it's very slow indeed.
That is correct.
b.bum
_______________________________________________
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