crown  1.0.0
src/allocation-fastest.cpp File Reference
#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>
Include dependency graph for allocation-fastest.cpp:

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 CrownAllocationcrown_allocation (size_t argc, char **argv)
void crown_delete_algebra (pelib::Algebra *alloc)

Define Documentation

#define debug (   var)    cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl;

Definition at line 37 of file allocation-fastest.cpp.


Typedef Documentation

typedef struct args args_t

Definition at line 53 of file allocation-fastest.cpp.


Function Documentation

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.