Table of Contents
qarray_destroy - deallocate a distributed array
#include <qthread/qarray.h>
void
qarray_destroy (qarray *a);
This function deallocates a qarray
safely, and updates all internal bookkeeping counters.
qarray_create(3)
,
qarray_iter(3)
, qarray_shepof(3)
, qarray_elem(3)
Table of Contents