C memory management library

From cppreference.com
< c

[edit] 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)
allocates aligned memory
(function)

[edit] See also

C++ documentation for C memory management library