C memory management library
From cppreference.com
C++
Memory management library
|
|
[edit] Functions
Defined in header <cstdlib> | |
allocates memory (function) [edit] | |
(C++17) | 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] |
[edit] See also
C documentation for C memory management library |