Namespaces
Variants
Views
Actions

C memory management library

From cppreference.com
< cpp‎ | memory
 
 
 
Dynamic memory management
Uninitialized storage
(C++17)
Garbage collection support
Miscellaneous
(C++20)
(C++11)
(C++11)
C Library
Low level memory management
 

[edit] Functions

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

[edit] See also

C documentation for C memory management library