SimGrid
Modules
Grounding features
XBT

Modules

 Malloc and friends
 

Malloc and associated functions, killing the program on error (with Exception support)


 String related functions
 

String manipulation functions.


 Exception support
 

A set of macros providing exception a la C++ in ANSI C (grounding feature)


 Logging support
 

A generic logging facility in the spirit of log4j (grounding feature)


 Assert macro familly
 

Those are the SimGrid version of the good ol' assert macro.


 Configuration support
 

Changing the configuration of SimGrid components (grounding feature)


 Mallocators
 

The mallocator system.



Detailed Description

Grounding features are the basement of SimGrid. You'll find portable (and secure) wrappers to the malloc-like functions, logging support, error reporting features, etc.


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