realloc
From cppreference.com
| Defined in header <stdlib.h>
|
||
| void *realloc( void *ptr, size_t new_size ); |
||
Reallocates the given area of memory. If ptr is not NULL, it must be previously allocated by