Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FileGraph.cpp File Reference

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...
 

Detailed Description

Contains FileGraph.h implementations + other static helper functions for FileGraph.

Typedef Documentation

typedef off_t offset_t

offset type for mmap

Function Documentation

template<typename... Args>
void* mmap_big ( Args...  args)

Performs an mmap of all provided arguments.