valloc man page on OpenBSD

Man page or keyword search:  
man Server   11362 pages
apropos Keyword Search (all sections)
Output format
OpenBSD logo
[printable version]

VALLOC(3)		  OpenBSD Programmer's Manual		     VALLOC(3)

NAME
     valloc - aligned memory allocation function

SYNOPSIS
     #include <unistd.h>

     void *
     valloc(size_t size);

DESCRIPTION
     The valloc() function is obsoleted by the current version of malloc(3),
     which aligns page-sized and larger allocations, and posix_memalign(3),
     which allocates memory with a given alignment.

     The valloc() function allocates size bytes aligned on a page boundary.
     It is implemented by calling malloc(3) with a slightly larger request,
     saving the true beginning of the block allocated, and returning a
     properly aligned pointer.

RETURN VALUES
     The valloc() function returns a pointer to the allocated space if
     successful; otherwise a null pointer is returned.

SEE ALSO
     malloc(3)

HISTORY
     The valloc() function appeared in 3.0BSD.

BUGS
     A vfree() function has not been implemented.

OpenBSD 4.9			 May 18, 2010			   OpenBSD 4.9
[top]

List of man pages available for OpenBSD

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net