Namespaces
Variants
Views
Actions

C memory management library

From cppreference.com
< c
Revision as of 17:11, 12 April 2012 by Eendy (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:c/memory/sidebar

Functions

Defined in header <stdlib.h>
allocates memory
(function)
allocates and zeroes memory
(function)
expands previously allocated memory block
(function)
deallocates previously allocated memory
(function)