Function t8_refcount_destroy(t8_refcount_t *)
Defined in File t8_refcount.c
Function Documentation
-
void t8_refcount_destroy(t8_refcount_t *rc)
Destroy a reference counter that we allocated with t8_refcount_new. Its reference count must have decreased to zero.
- Parameters:
rc – [inout] Allocated, formerly valid reference counter.