upc_all_free

Date:

03-29-2013

NAME

upc_all_free - Collectively frees dynamically allocated shared storage

SYNOPSIS

#include <upc.h>

void upc_all_free(shared void *ptr);

IMPLEMENTATION

Cray Linux Environment (CLE)

DESCRIPTION

The upc_all_free collective function deallocates memory allocated by the upc_alloc, upc_global_alloc, or upc_all_alloc function. If ptr is a null pointer, no action occurs. Each UPC thread must call upc_all_free with the same ptr value. This is a Cray-specific function.

SEE ALSO

upc_all_alloc(3c), upc_free(3c), upc_global_alloc(3c)