Display dynamic library calls of a process. More information: https://linux.die.net/man/1/ltrace.
ltrace ./{{program}}
ltrace -c {{path/to/program}}
ltrace -e malloc+free-@libc.so* {{path/to/program}}
ltrace -o {{file}} {{path/to/program}}