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

Allocation record to keep track of dynamically-allocated memory. More...

#include <lf_types.h>

Data Fields

void * allocated
struct allocation_record_tnext

Detailed Description

Allocation record to keep track of dynamically-allocated memory.

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. The allocated pointer points to the allocated memory, and the next pointer points to the next allocation record (or NULL if there are no more).

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:
  • /Users/runner/work/reactor-c/reactor-c/include/core/lf_types.h