|
Stxxl
1.4.0
|

Go to the source code of this file.
Defines | |
| #define | BLOCK_SIZE (1024 * 512) |
Typedefs | |
| typedef stxxl::typed_block < (1024 *512), MyType | block_type ) |
Functions | |
| int | main () |
| #define BLOCK_SIZE (1024 * 512) |
Definition at line 20 of file test_prefetch_pool.cpp.
| typedef stxxl::typed_block< (1024 * 512) , MyType block_type) |
Definition at line 28 of file test_prefetch_pool.cpp.
| int main | ( | ) |
Definition at line 30 of file test_prefetch_pool.cpp.
References stxxl::prefetch_pool< BlockType >::hint(), stxxl::prefetch_pool< BlockType >::read(), and stxxl::prefetch_pool< BlockType >::resize().
1.7.6.1