I am working on a embedded system. We have limited stack and heap in our embedded system typically 64k (ram). I am trying to use polar-ssl library calls. Is there any tools which tells how much stack and heap memory is used by a C function?
Is there any option is in valgrind which prints the following:
- Stack and heap usage of a function.
- Call trace of functions which calls internally malloc with no of bytes.