LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
dynamic_buffer_stream_t Struct Reference

Private backend handle for the dynamic_buffer_stream adapter. More...

#include <dynamic_buffer_stream_handle.h>

Collaboration diagram for dynamic_buffer_stream_t:

Data Fields

dynamic_buffer_stream_state_t state
 
const osal_mem_ops_tmem
 

Detailed Description

This structure stores:

  • the backend runtime state,
  • the memory operations used for backend-owned allocations and destruction.

Definition at line 31 of file dynamic_buffer_stream_handle.h.

Field Documentation

◆ mem

const osal_mem_ops_t* dynamic_buffer_stream_t::mem

Memory operations used by the backend.

Definition at line 36 of file dynamic_buffer_stream_handle.h.

◆ state

dynamic_buffer_stream_state_t dynamic_buffer_stream_t::state

Backend runtime state.

Definition at line 33 of file dynamic_buffer_stream_handle.h.