What I want is to have the forked process, which is copy of its parent process, to get the same addresses returned from each malloc function call, as its parent process. How can I achieve this? What I want is to have the forked process, whic
What I want is to have the forked process, which is copy of its parent process, to get the same addresses returned from each malloc function call, as its parent process. How can I achieve this? What I want is to have the forked process, whic