map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…obtain memory allocation information NAME mallinfo, mallinfo2 - obtain memory allocation information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <malloc.h> struct m…obtain memory allocation information NAME mallinfo, mallinfo2 - obtain memory allocation information LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <malloc.h> struct m…free allocated memory NAME cfree - free allocated memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> /* In SunOS 4 */ int cfree(void * ptr ); /* In glibc…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…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 …release free memory from the heap NAME malloc_trim - release free memory from the heap LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <malloc.h> int malloc_trim(size_t…heap consistency checking NAME mcheck, mcheck_check_all, mcheck_pedantic, mprobe - heap consistency checking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <mcheck.h> …heap consistency checking NAME mcheck, mcheck_check_all, mcheck_pedantic, mprobe - heap consistency checking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <mcheck.h> …heap consistency checking NAME mcheck, mcheck_check_all, mcheck_pedantic, mprobe - heap consistency checking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <mcheck.h> …heap consistency checking NAME mcheck, mcheck_check_all, mcheck_pedantic, mprobe - heap consistency checking LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <mcheck.h> …malloc debugging variables (DEPRECATED) NAME __malloc_hook, __malloc_initialize_hook, __memalign_hook, __free_hook, __realloc_hook, __after_morecore_hook - malloc debugging variabl…allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.…allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.…allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.…allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.…