Next: Basic Memory Allocation Up: Programming Utilities Previous: General File IO

Memory Allocation

A set of macros is provided to allow easy allocation and deallocation of memory, with up to 5 dimensional arrays. Memory allocation checking is also performed, to catch errors such as freeing memory that was not allocated. Also, the memory allocation automatically tracks all memory allocated, so that detection of memory leaks (orphaned memory) is possible.




Next: Basic Memory Allocation Up: Programming Utilities Previous: General File IO


david@pet.mni.mcgill.ca
Fri Feb 17 15:37:42 EST 1995