GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VALLOC(3) FreeBSD Library Functions Manual VALLOC(3)

valloc
aligned memory allocation function

Standard C Library (libc, -lc)

#include <unistd.h>

void *
valloc(size_t size);

The valloc() function is obsoleted by posix_memalign(3), which can be used to request page-aligned allocations.

The valloc() function allocates size bytes aligned on a page boundary.

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

posix_memalign(3)

The valloc() function appeared in 3.0BSD.

The valloc() function correctly allocated memory that could be deallocated via free() starting in FreeBSD 7.0.

October 30, 2007 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.