How to determine size of a function in main memory

Is it possible determine the memory size occupied by a function in main memory?


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.