M
mysorepushpa
Hi all,
Suppose I have a C program in which I would have done a couple of
mallocs which amounts upto 1MB. Assuming the size of the program is
around 100KB for other things like code, data and other stuff. Will
this malloc size be counted in the size of the program when the exe is
created for the program.
Regards,
Push
Suppose I have a C program in which I would have done a couple of
mallocs which amounts upto 1MB. Assuming the size of the program is
around 100KB for other things like code, data and other stuff. Will
this malloc size be counted in the size of the program when the exe is
created for the program.
Regards,
Push