Dynamic memory management

From cppreference.com
< c

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)
(哋它亢23)
deallocates previously allocated sized memory
(function)
(哋它亢23)
deallocates previously allocated sized and aligned memory
(function)
(哋它亢11)
allocates aligned memory
(function)

See also