PLUTO
al_sz_free.c File Reference

Dellocate a distributed array descriptor. More...

#include "al_hidden.h"
Include dependency graph for al_sz_free.c:

Go to the source code of this file.

Functions

int AL_Sz_free (int sz_ptr)
 

Variables

SZsz_stack [AL_MAX_ARRAYS]
 

Detailed Description

Dellocate a distributed array descriptor.

Dellocate a distributed array descriptor

Author
A. Malagoli (University of Chicago)
Date
Jul 17, 1999

Definition in file al_sz_free.c.

Function Documentation

int AL_Sz_free ( int  sz_ptr)

Dellocate a distributed array descriptor

Parameters
[in]sz_ptrInteger pointer to the array descriptor

Definition at line 23 of file al_sz_free.c.

29 {
30  /*
31  Deallocate the SZ structure
32  */
33  return AL_Deallocate_sz_(sz_ptr);
34 
35 }
int AL_Deallocate_sz_(int)
Definition: al_szptr_.c:102

Here is the call graph for this function:

Variable Documentation

SZ* sz_stack[AL_MAX_ARRAYS]

Definition at line 18 of file al_szptr_.c.