On Wed, Mar 16, 2016 at 10:32:24AM -0500, Ryan Gonzalez wrote:
> Try checking out Valgrind. You can do:
>
> $ valgrind --leak-check=full --show-leak-kinds=all my_application
>
> and it'll show you any memory leaks.
Note that if you are primarily interested in memory statistics only,
Google Performance Tools might be a better choice since they are at
least an order of magnitude faster.
Joerg
|