G'day, I am on look-out for some kind of tool or library I can use with Ada95 for to check or report current runtime memory used/in use.
So far I've not had much luck. I am here because perhaps one of the community has had such a challenge and you could have a good method or approach to isolate growing memory use with Ada. A little background ...
The program is quite stable. As far as I can see, 95% + use fixed arrays and fixed strings, no explicit memory allocation going on so far (searching with grep).
I'm putting log messages in for open/close files. At this point it is unclear what else could be consuming memory. Is there anything or library that can help track this wampus?
Ideally something that can "instrument" Ada would be lovely. You can get these toys for C/C++ -- Anything like-minded for Ada? Many thanks in advance.