|
Stxxl
1.4.0
|
#include <config.h>#include <portability.h>#include <sys/types.h>#include <stdlib.h>#include <tpie_log.h>#include <tpie_assert.h>

Go to the source code of this file.
Defines | |
| #define | USE_LIBAIO 0 |
| #define | DEFAULT_TEST_SIZE (20000000) |
| #define | DEFAULT_RANDOM_SEED 17 |
| #define | DEFAULT_TEST_MM_SIZE (1024 * 1024 * 32) |
| #define | BTE_COLLECTION_IMP_MMAP |
| #define | BTE_STREAM_IMP_UFS |
| #define | BTE_COLLECTION_MMAP_LAZY_WRITE 2 |
| #define | BTE_STREAM_UFS_BLOCK_FACTOR 512 |
| #define | BTE_STREAM_UFS_READ_AHEAD 0 |
| #define | USE_LIBAIO 0 |
Variables | |
| bool | verbose |
| TPIE_OS_SIZE_T | test_mm_size |
| TPIE_OS_OFFSET | test_size |
| int | random_seed |
| #define BTE_COLLECTION_IMP_MMAP |
Definition at line 44 of file app_config.h.
| #define BTE_COLLECTION_MMAP_LAZY_WRITE 2 |
Definition at line 70 of file app_config.h.
| #define BTE_STREAM_IMP_UFS |
Definition at line 54 of file app_config.h.
| #define BTE_STREAM_UFS_BLOCK_FACTOR 512 |
Definition at line 114 of file app_config.h.
Referenced by main().
| #define BTE_STREAM_UFS_READ_AHEAD 0 |
Definition at line 119 of file app_config.h.
| #define DEFAULT_RANDOM_SEED 17 |
Definition at line 29 of file app_config.h.
| #define DEFAULT_TEST_MM_SIZE (1024 * 1024 * 32) |
Definition at line 30 of file app_config.h.
| #define DEFAULT_TEST_SIZE (20000000) |
Definition at line 28 of file app_config.h.
| #define USE_LIBAIO 0 |
Definition at line 123 of file app_config.h.
| #define USE_LIBAIO 0 |
Definition at line 123 of file app_config.h.
| int random_seed |
| TPIE_OS_SIZE_T test_mm_size |
| TPIE_OS_OFFSET test_size |
Referenced by main().
| bool verbose |
1.7.6.1