Without further ado, the following was found: Issue: bash → B<bash>(1) "B<memusage> is a bash script which profiles memory usage of the program, " "I<program>. It preloads the B<libmemusage.so> library into the caller's " "environment (via the B<LD_PRELOAD> environment variable; see B<ld.so>(8)). " "The B<libmemusage.so> library traces memory allocation by intercepting calls " "to B<malloc>(3), B<calloc>(3), B<free>(3), and B<realloc>(3); optionally, " "calls to B<mmap>(2), B<mremap>(2), and B<munmap>(2) can also be intercepted."