|
NAMEvalloc —
aligned memory allocation function
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <unistd.h>
void *
DESCRIPTIONThevalloc () function is obsoleted by
posix_memalign(3),
which can be used to request page-aligned allocations.
The RETURN VALUESThevalloc () function returns a pointer to the allocated
space if successful; otherwise a null pointer is returned.
SEE ALSOposix_memalign(3)HISTORYThevalloc () function appeared in
3.0BSD.
The
Visit the GSP FreeBSD Man Page Interface. |