Estimate the maximum depth of nested function calls.


Sum of all local variables (e.g., int, char, float, arrays) within a single function call.


Sum of the sizes of all parameters passed to a function.


Size of the memory address stored when a function is called.


Estimate of space used for saving register states during function calls (can vary).