|
libxmp/libxmpf in Omni Compiler
1.3.4
|
structure for each coarray variable One or more coarrays can be linked from a single memory chunk and be malloc'ed and be free'd together. More...
#include <_xmpco_alloc.h>

Data Fields | |
| CoarrayInfo_t * | prev |
| CoarrayInfo_t * | next |
| MemoryChunk_t * | parent |
| char * | name |
| char * | baseAddr |
| size_t | size |
| int | corank |
| int * | lcobound |
| int * | ucobound |
| int * | cosize |
| _XMP_nodes_t * | nodes |
structure for each coarray variable One or more coarrays can be linked from a single memory chunk and be malloc'ed and be free'd together.
| char* _coarrayInfo_t::baseAddr |
| int _coarrayInfo_t::corank |
| int* _coarrayInfo_t::cosize |
| int* _coarrayInfo_t::lcobound |
| char* _coarrayInfo_t::name |
| CoarrayInfo_t* _coarrayInfo_t::next |
| _XMP_nodes_t* _coarrayInfo_t::nodes |
| MemoryChunk_t* _coarrayInfo_t::parent |
| CoarrayInfo_t* _coarrayInfo_t::prev |
| size_t _coarrayInfo_t::size |
| int* _coarrayInfo_t::ucobound |