libxmp/libxmpf in Omni Compiler  1.3.4
_resourceSet_t Struct Reference

MEMORY MANAGEMENT STRUCTURE-I (for automatic deallocation) runtime resource corresponding to a procedure or to the entire program. More...

#include <_xmpco_alloc.h>

Collaboration diagram for _resourceSet_t:

Data Fields

char * name
 
MemoryChunk_theadChunk
 
MemoryChunk_ttailChunk
 

Detailed Description

MEMORY MANAGEMENT STRUCTURE-I (for automatic deallocation) runtime resource corresponding to a procedure or to the entire program.

A tag, cast of the address of a resource-set, is an interface to Fortran.

Field Documentation

◆ headChunk

MemoryChunk_t* _resourceSet_t::headChunk

◆ name

char* _resourceSet_t::name

◆ tailChunk

MemoryChunk_t* _resourceSet_t::tailChunk

The documentation for this struct was generated from the following file: