|
Stxxl
1.4.0
|
#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 | MB (1024 * 1024) |
| #define | GB (1024 * 1024 * 1024) |
Functions | |
| int | main (int argc, char *argv[]) |
| #define BLOCK_ALIGN 4096 |
Definition at line 33 of file flushbuffers.cpp.
| #define GB (1024 * 1024 * 1024) |
Definition at line 86 of file flushbuffers.cpp.
Referenced by main().
| #define MB (1024 * 1024) |
Definition at line 85 of file flushbuffers.cpp.
Referenced by main().
| #define NOREAD |
Definition at line 35 of file flushbuffers.cpp.
| #define POLL_DELAY 1000 |
Definition at line 39 of file flushbuffers.cpp.
| #define RAW_ACCESS |
Definition at line 41 of file flushbuffers.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 88 of file flushbuffers.cpp.
References buffer_size, stxxl::count(), GB, MB, stxxl::timestamp(), and stxxl::wait_all().
1.7.6.1