Hi!
I just measured the memory usage of minimad during decoding to be approximately 4MB, and am having a hard time believing that all this is minimad.
Thus, I am trying to determine the size added to the minimad code during run-time due to linked libraries (i.e. stdio, stdlib, unistd etc. ).
I have tried compiling minimad with dynamic linked libraries to find the difference in memory usage, but without luck.
Does anyone know a easy way to find the sizes of the libraries linked to the minimad application?
Regards,
Håvard