|
crown
1.0.0
|
#include <fstream>#include <pelib/argument_parsing.hpp>#include <pelib/dl.h>#include <crown/allocation.h>#include <crown/CrownAllocationFastest.hpp>#include <crown/CrownConfigBinary.hpp>#include <crown/CrownConfigOrgan.hpp>#include <crown/CrownConfigTaskgraph.hpp>Go to the source code of this file.
Classes | |
| struct | args |
Defines | |
| #define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Typedefs | |
| typedef struct args | args_t |
Functions | |
| const CrownAllocation * | crown_allocation (size_t argc, char **argv) |
| void | crown_delete_algebra (pelib::Algebra *alloc) |
| #define debug | ( | var | ) | cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Definition at line 37 of file allocation-fastest.cpp.
Definition at line 53 of file allocation-fastest.cpp.
| const CrownAllocation* crown_allocation | ( | size_t | argc, |
| char ** | argv | ||
| ) |
Dynamic libraries
Definition at line 87 of file allocation-fastest.cpp.
| void crown_delete_algebra | ( | pelib::Algebra * | alloc | ) |
Definition at line 97 of file allocation-fastest.cpp.