allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memor...copy memory area NAME memccpy - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSI...scan memory for a character NAME memchr, memrchr, rawmemchr - scan memory for a character LIBRARY...compare memory areas NAME memcmp - compare memory areas LIBRARY Standard C library ( libc , -lc ) SYN...copy memory area NAME memcpy - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSIS...frobnicate (obfuscate) a memory area NAME memfrob - frobnicate (obfuscate) a memory area LIBRARY Standard C library (...copy memory area NAME memmove - copy memory area LIBRARY Standard C library ( libc , -lc ) SYNOPSI...copy memory area NAME mempcpy, wmempcpy - copy memory area LIBRARY Standard C library ( libc , -lc...scan memory for a character NAME memchr, memrchr, rawmemchr - scan memory for a character LIBRARY...fill memory with a constant byte NAME memset - fill memory with a constant byte LIBRARY Standard C...locate a substring NAME memmem - locate a substring LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_S...copy memory area NAME mempcpy, wmempcpy - copy memory area LIBRARY Standard C library ( libc , -lc...scan memory for a character NAME memchr, memrchr, rawmemchr - scan memory for a character LIBRARY...allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memor...allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memor...allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memor...allocate aligned memory NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc - allocate aligned memor...byte string operations NAME bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset - byte string operations LI......read safety MT-Safe STANDARDS None. HISTORY 4.3BSD. Marked as LEGACY in POSIX.1-2001: use memcpy (3) or memmove (3) in new programs. Note that the first two arguments are interc…...data at a location of its own choosing; for example, fopencookie () is used to implement fmemopen (3), which provides a stream interface to data that is stored in a buffer in me…