C memory management library
From cppreference.com
Functions
Defined in header
<cstdlib> | |
| allocates memory (function) | |
(C++17) |
allocates aligned memory (function) |
| allocates and zeroes memory (function) | |
| expands or shrinks previously allocated memory block (function) | |
| deallocates previously allocated memory (function) | |
(C++26) |
deallocates previously allocated sized memory (function) |
(C++26) |
deallocates previously allocated sized and aligned memory (function) |
(C++26) |
returns the maximum alignment satisfied by the given address (function) |
See also
C documentation for C memory management library
|