reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
allocation_record_t Struct Reference

#include <lf_types.h>

Data Fields

voidallocated
 
struct allocation_record_tnext
 

Detailed Description

An allocation record that is used by a destructor for a reactor to free memory that has been dynamically allocated for the particular instance of the reactor. This will be an element of linked list. If the indirect field is true, then the allocated pointer points to pointer to allocated memory, rather than directly to the allocated memory.

Field Documentation

◆ allocated

void* allocation_record_t::allocated

◆ next

struct allocation_record_t* allocation_record_t::next

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