set memory allocation parameters NAME mallopt - set memory allocation parameters LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <malloc.h> int mallopt(int param , int …malloc tracing NAME mtrace, muntrace - malloc tracing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <mcheck.h> void mtrace(void); void muntrace(void); DESCRIPTION The…malloc tracing NAME mtrace, muntrace - malloc tracing LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <mcheck.h> void mtrace(void); void muntrace(void); DESCRIPTION The…obtain address of a symbol in a shared object or executable NAME dlsym, dlvsym - obtain address of a symbol in a shared object or executable LIBRARY Dynamic linking library ( libdl…obtain address of a symbol in a shared object or executable NAME dlsym, dlvsym - obtain address of a symbol in a shared object or executable LIBRARY Dynamic linking library ( libdl…get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …obtain information about a dynamically loaded object NAME dlinfo - obtain information about a dynamically loaded object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #d…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…