memusage (1) Linux Manual Page
NAME memusage – profile memory usage of a program SYNOPSIS memusage [option]… program [programoption]… DESCRIPTION memusage is a bash script which profiles memory usage of the program, program. It preloads the libmemusage.so library into the caller’s environment (via the LD_PRELOAD environment variable; see ld.so(8)). The libmemusage.so library traces memory allocation by intercepting calls to malloc(3),…
