in reply to Re: How can I make my program occupying a lot of memory (sic!)?
in thread How can I make my program occupying a lot of memory (sic!)?

Thanks a lot! This is what I've needed. I tried to launch your code, then fork, and it didn't take much more memory. I just thought that fork() call would duplicate the memory related to the parent process, but it didn't as it seems...
  • Comment on Re^2: How can I make my program occupying a lot of memory (sic!)?