MEMORY

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
BSD 4  

NAME

malloc free realloc calloc alloca - general memory allocation operations  

SYNOPSIS

Fd #include <stdlib.h> Ft void * Fn malloc size_t size Ft void Fn free void *ptr Ft void * Fn realloc void *ptr size_t size Ft void * Fn calloc size_t nelem size_t elsize Ft void * Fn alloca size_t size  

DESCRIPTION

These functions allocate and free memory for the calling process. They are described in the individual manual pages.  

SEE ALSO

calloc(3), free(3), malloc(3), realloc(3), alloca(3),  

STANDARDS

These functions, with the exception of Fn alloca conform to St -ansiC .


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
STANDARDS

This document was created by man2html, using the manual pages.
Time: 15:52:52 GMT, January 15, 2023