- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
I have a question regarding the use of ALLOCATEwhen allocating memory for more than one array in IVF 9.1:
ALLOCATE( Array1, Array2, Array3)
How does the compiler deal with the above memory allocation? Does it allocate memory separately, by calling the operating system 3 times (once for each array), or does it make a single call requesting a single chunk of memory sufficient to cover the 3 arrays.
Your help is appreciated,
Thanks
Manny
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The allocations are done individually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
Thanks for your help.
Manny

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page