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: Kyle Sluder <email@hidden>
- Date: Wed, 2 Dec 2009 09:12:14 -0800
On Wed, Dec 2, 2009 at 7:27 AM, Sean McBride <email@hidden> wrote:
> How does a 64 bit app fail to allocate memory? For my process, Activity
> Monitor shows "real" at 2.2 GB and "Virtual" at 200 MB. My physical
> memory is not even exhausted.
64-bit apps can fail just like 32-bit apps; you could request an
amount of memory that is larger than any contiguous free block in your
address space. On 64-bit, unless you're doing some insane data
munging, this is very likely a bug.
--Kyle Sluder
_______________________________________________
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