How to determine size of a function in main memory

Jun 25, 2011 at 2:06pm
Is it possible determine the memory size occupied by a function in main memory?


Jun 25, 2011 at 2:09pm
Do you mean the memory that that function uses up, like parameters and local variables and such? Or do you mean the size of the executable machine code memory that gets called as the function?
Topic archived. No new replies allowed.