Re: - [NSBitmapImageRep tiffRepresentation] malloc error
Re: - [NSBitmapImageRep tiffRepresentation] malloc error
- Subject: Re: - [NSBitmapImageRep tiffRepresentation] malloc error
- From: Jonathon Kuo <email@hidden>
- Date: Fri, 12 Dec 2008 17:46:38 -0800
On Dec 12, 2008, at 2:29 PM, Nick Zitzmann wrote:
In most 32-bit programs, even trying to allocate hundreds of
megabytes of contiguous RAM at once often fails due to memory
fragmentation.
Is there a function that allocates contiguous RAM? You mean VRAM,
right? I thought anything you malloc'd is VRAM, and gets mapped any
which way into real RAM by the OS, so contiguity of the real RAM is
not an issue, only of process VRAM?
_______________________________________________
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