Prev | Next | ta_delete_array |
thread_alloc::delete_array(array)
.
array
has prototype
Type* array
It is a value returned by create_array
and not yet deleted.
The
Type
destructor is called for each element in the array.
array
.
There is an exception to this rule:
when the current execution mode is sequential
(not parallel
) the current thread number does not matter.
delta
,
and the available
memory will increase by
delta
,
where delta
is the same as for the corresponding call to create_array
.