Namespaces
Variants
Views
Actions

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) [edit]
allocates aligned memory
(function) [edit]
allocates and zeroes memory
(function) [edit]
expands or shrinks previously allocated memory block
(function) [edit]
deallocates previously allocated memory
(function) [edit]

See also

C documentation for C memory management library