SimGrid
Modules
Fifo: generic workqueue
Usual data structures

This section describes the API to generic workqueue. More...

Modules

 Fifo constructor and destructor
 Fifo perl-like functions
 Direct access to fifo elements
 Misc fifo functions

Detailed Description

This section describes the API to generic workqueue.

These functions provide the same kind of functionnality as dynamic arrays but in time O(1). However these functions use malloc/free way too much often.


Back to the main Simgrid Documentation page The version of Simgrid documented here is v3.6.1.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated for SimGridAPI by doxygen