C memory management library
From cppreference.com
C++
Utilities library
|
|
Dynamic memory management
|
|
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) |
See also
C documentation
for
C memory management library
|
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/memory/c&oldid=165978
"