|
PLUTO
|
ArrayLib allocation routine. More...
#include "al_hidden.h"
Go to the source code of this file.
Functions | |
| void * | AL_Allocate_array (int sz_ptr) |
Variables | |
| SZ * | sz_stack [AL_MAX_ARRAYS] |
| int | stack_ptr [AL_MAX_ARRAYS] |
ArrayLib allocation routine.
ArrayLib allocation routine
Definition in file al_alloc.c.
| void* AL_Allocate_array | ( | int | sz_ptr | ) |
Allocate the local buffer for a distributed array
| [in] | sz_ptr | pointer to SZ array (integer) |
Definition at line 25 of file al_alloc.c.
| int stack_ptr[AL_MAX_ARRAYS] |
Definition at line 26 of file al_szptr_.c.
| SZ* sz_stack[AL_MAX_ARRAYS] |
Definition at line 18 of file al_szptr_.c.