Load node and edge memory map files from summary file generated when the memory map files were created. More...
#include <cstdio>
#include <cstring>
#include <unistd.h>
#include <inttypes.h>
#include "qalloc.h"
#include "Graph.h"
Functions | |
void | input_error (char *error_msg) |
struct Graph | loadGraph (char *filename) |
Load node and edge memory map files from summary file generated when the memory map files were created.