ssm  0.0.2
Runtime Library for the Sparse Synchronous Model
ssm_value_t Union Reference

SSM values are either "packed" values or heap-allocated. More...

#include <ssm.h>

+ Collaboration diagram for ssm_value_t:

Data Fields

struct ssm_mmheap_ptr
 Pointer to a heap-allocated object. More...
 
ssm_word_t packed_val
 Packed value. More...
 

Detailed Description

SSM values are either "packed" values or heap-allocated.

Definition at line 232 of file ssm.h.

Field Documentation

◆ heap_ptr

struct ssm_mm* heap_ptr

Pointer to a heap-allocated object.

Definition at line 233 of file ssm.h.

◆ packed_val

ssm_word_t packed_val

Packed value.

Definition at line 234 of file ssm.h.


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