I am developing an embedded application on VxWorks.
I know that a static function is called only in a specific file, and a non-static function is called in any file in the original project.
I am wondering if there is a difference between the execution time of static and non-static functions and regarding memory
source share