Question about the Deallocation function in Memory Allocator.
Click here for full thread
Clicked A Few Times
3:59:54 PM PDT - Sun, Apr 13th 2014
Dear all
When I edit the codes of Nwchem 6.3, I found that there are three kinds of deallocation function in memory allocator:
===================
• MA_chop_stack(memhandle)
– integer memhandle
• MA_free_heap(memhandle)
– integer memhandle
• MA_pop_stack(memhandle)
– integer memhandle
===================
What are the differences among these functions?
Is there any detail information about the memory allocator?
Best regards