atomicRcBoxRelease

Atomically releases a reference on the data pointed by mem_block.

If the reference was the last one, it will free the resources allocated for mem_block.

void
atomicRcBoxRelease
(
void* memBlock
)

Parameters

memBlock void*

a pointer to reference counted data