utils-lists 4.0.2
The µOS++ Intrusive Lists
Loading...
Searching...
No Matches
µOS++ Intrusive Lists

The µOS++ Intrusive Lists project topics. More...

Topics

 C++ API
 The µOS++ Intrusive Lists C++ API topics.
 
 C API
 The µOS++ Intrusive Lists C API topics (hint: none).
 

Detailed Description

The µOS++ Intrusive Lists project topics.

The µOS++ Intrusive Lists project is a C++ source code library designed to implement µOS++ intrusive doubly linked lists. These specialised lists eliminate the need for dynamic memory allocations by embedding linkage directly within the list elements, making them particularly advantageous for embedded systems.