|
Galois
|
Contains FileGraph.h implementations + other static helper functions for FileGraph. More...
#include "galois/gIO.h"#include "galois/graphs/FileGraph.h"#include "galois/substrate/PageAlloc.h"#include <cassert>#include <fstream>#include <sys/mman.h>#include <sys/stat.h>#include <sys/types.h>#include <fcntl.h>#include <unistd.h>Namespaces | |
| galois | |
| The Galois namespace containing all Galois structures and functions. | |
| galois::graphs | |
| Parallel data graph structures in Galois. | |
Typedefs | |
| typedef off_t | offset_t |
| offset type for mmap More... | |
Functions | |
| template<typename... Args> | |
| void * | mmap_big (Args...args) |
| Performs an mmap of all provided arguments. More... | |
Contains FileGraph.h implementations + other static helper functions for FileGraph.
| typedef off_t offset_t |
offset type for mmap
| void* mmap_big | ( | Args... | args | ) |
Performs an mmap of all provided arguments.