Hello List, How can i find out (or What are the different ways to check ) that how much memory my executable will take when it is finally loaded. Assuming that there is only one malloc of size X initially. The above question includes the stack size which is built up at any instance of the program execution. size command under linux does give the info but it is more of static in nature. TIA