|
Stxxl
1.4.0
|
#include <iostream>#include <vector>#include <stxxl/mng>
Go to the source code of this file.
Defines | |
| #define | STXXL_VERBOSE_LEVEL 0 |
| #define | STXXL_VERBOSE_ALIGNED_ALLOC STXXL_VERBOSE0 |
| #define | STXXL_VERBOSE_TYPED_BLOCK STXXL_VERBOSE0 |
| #define | BLOCK_SIZE (1024 * 1024) |
Typedefs | |
| typedef stxxl::typed_block < (1024 *1024), type | block_type ) |
Functions | |
| void | test_typed_block () |
| void | test_aligned_alloc () |
| void | test_typed_block_vector () |
| int | main () |
| #define BLOCK_SIZE (1024 * 1024) |
Definition at line 21 of file test_aligned.cpp.
| #define STXXL_VERBOSE_ALIGNED_ALLOC STXXL_VERBOSE0 |
Definition at line 14 of file test_aligned.cpp.
| #define STXXL_VERBOSE_LEVEL 0 |
Definition at line 13 of file test_aligned.cpp.
| #define STXXL_VERBOSE_TYPED_BLOCK STXXL_VERBOSE0 |
Definition at line 15 of file test_aligned.cpp.
| typedef stxxl::typed_block< (1024 * 1024) , type block_type) |
Definition at line 29 of file test_aligned.cpp.
| int main | ( | ) |
Definition at line 65 of file test_aligned.cpp.
References STXXL_MSG, test_aligned_alloc(), test_typed_block(), and test_typed_block_vector().
| void test_aligned_alloc | ( | ) |
Definition at line 49 of file test_aligned.cpp.
Referenced by main().
| void test_typed_block | ( | ) |
| void test_typed_block_vector | ( | ) |
Definition at line 59 of file test_aligned.cpp.
Referenced by main().
1.7.6.1