ssm  0.0.2
Runtime Library for the Sparse Synchronous Model
ssm_array1 Struct Reference

The struct template of a heap-allocated array of values. More...

#include <ssm.h>

+ Collaboration diagram for ssm_array1:

Data Fields

struct ssm_mm mm
 Size-flavored memory management header. More...
 
ssm_value_t elements [1]
 Elements of the heap-allocated array. More...
 

Detailed Description

The struct template of a heap-allocated array of values.

Definition at line 1010 of file ssm.h.

Field Documentation

◆ mm

struct ssm_mm mm

Size-flavored memory management header.

Definition at line 807 of file ssm.h.

◆ elements

ssm_value_t elements[1]

Elements of the heap-allocated array.

Definition at line 1012 of file ssm.h.


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