#include <vector>
#include <sstream>
#include <fstream>
#include <cassert>
Go to the source code of this file.
Compounds | |
class | File |
struct | FileSegment |
Defines | |
#define | FILE_PAGE_SIZE (8192) |
#define | FILE_1GB (1024 * 1024 * 1024) |
#define | FILE_2GB_MINUS_1 (FILE_1GB + (FILE_1GB - 1)) |
#define | FILE_MAXIMUM_SEGMENT_SIZE (FILE_2GB_MINUS_1 - FILE_PAGE_SIZE + 1) |
#define | _UNLINK std::remove |
|
|
|
|
|
|
|
|
|
|