Re: Memory allocation/deallocation
- Posted by George Papadopoulos <georgp at otenet.gr> Feb 17, 2002
- 471 views
Hi Euman Thanks for the long reply. I prefer to use allocate(m) and free(m) because the interprenter frees any allocated memory in the case the program fails. Is there any possibility to live unfreed blocks? -George