Dynamic memory management
< c
Functions
|
Defined in header
<stdlib.h> |
|
| allocates memory (function) |
|
| allocates and zeroes memory (function) |
|
| expands previously allocated memory block (function) |
|
| deallocates previously allocated memory (function) |
|
|
(C11)
|
allocates aligned memory (function) |