|
Stxxl
1.4.0
|
#include <cstdio>#include <iomanip>#include <vector>#include <stxxl/io>#include <stxxl/aligned_alloc>#include <unistd.h>
Go to the source code of this file.
Defines | |
| #define | BLOCK_ALIGN 4096 |
| #define | NOREAD |
| #define | POLL_DELAY 1000 |
| #define | RAW_ACCESS |
| #define | CHECK_AFTER_READ 0 |
| #define | MB (1024 * 1024) |
Functions | |
| int | main (int argc, char *argv[]) |
| #define BLOCK_ALIGN 4096 |
Definition at line 35 of file createdisks.cpp.
| #define CHECK_AFTER_READ 0 |
Definition at line 47 of file createdisks.cpp.
Referenced by main().
| #define MB (1024 * 1024) |
Definition at line 89 of file createdisks.cpp.
Referenced by main().
| #define NOREAD |
Definition at line 37 of file createdisks.cpp.
| #define POLL_DELAY 1000 |
Definition at line 41 of file createdisks.cpp.
| #define RAW_ACCESS |
Definition at line 43 of file createdisks.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 91 of file createdisks.cpp.
References buffer_size, CHECK_AFTER_READ, MB, STXXL_MSG, stxxl::timestamp(), and stxxl::wait_all().
1.7.6.1