|
My Project
|
Go to the source code of this file.
Functions | |
| void | dynamic_array_destroy (dynamic_array *array) |
| Destroy a dynamic array and free its memory. | |
| void dynamic_array_destroy | ( | dynamic_array * | array | ) |
Destroy a dynamic array and free its memory.
Frees the memory block and the array structure itself. Sets owner_count to 0 before freeing.
| array | Pointer to the dynamic_array to destroy. |