ck_array_deinit(3)
destroy and deinitialize a pointer array
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_array.h
Ft void
Fn ck_array_deinit ck_array_t *array bool defer
DESCRIPTION
The
Fn ck_array_deinit 3
destroys the memory associated with the array pointed
to by
Fa array .
The
Fa defer
argument is true if the allocator must destroy
the memory using safe memory reclamation or false
if the allocator can destroy this memory immediately.
RETURN VALUES
This function has no return value.