On Wed, Dec 2, 2009 at 7:27 AM, Sean McBride <s...@rogue-research.com> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to