1CK_ARRAY_DEINIT(3) BSD Library Functions Manual CK_ARRAY_DEINIT(3)
2
4 ck_array_deinit — destroy and deinitialize a pointer array
5
7 Concurrency Kit (libck, -lck)
8
10 #include <ck_array.h>
11
12 void
13 ck_array_deinit(ck_array_t *array, bool defer);
14
16 The ck_array_deinit(3) destroys the memory associated with the array
17 pointed to by array. The defer argument is true if the allocator must
18 destroy the memory using safe memory reclamation or false if the alloca‐
19 tor can destroy this memory immediately.
20
22 This function has no return value.
23
25 ck_array_commit(3), ck_array_put(3), ck_array_put_unique(3),
26 ck_array_remove(3), ck_array_init(3) ck_array_length(3),
27 ck_array_buffer(3), ck_array_initialized(3), CK_ARRAY_FOREACH(3)
28
29 Additional information available at http://concurrencykit.org/
30
31 October 18, 2013