C memory management library

From cppreference.com
< cpp‎ | memory
 
 
Utilities library
General utilities
Relational operators (deprecated in C++20)
 
Dynamic memory management
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Allocators
Garbage collection support
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)



 

Functions

Defined in header <cstdlib>
allocates memory
(function)
allocates aligned memory
(function)
allocates and zeroes memory
(function)
expands or shrinks previously allocated memory block
(function)
deallocates previously allocated memory
(function)

See also

C documentation for C memory management library