Stxxl
1.4.0
|
#include <iostream>
#include <stxxl/request>
#include <stxxl/mng>
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 21 of file test_mng.cpp.
Referenced by main().
typedef stxxl::typed_block< (1024 * 512) , MyType block_type) |
Definition at line 38 of file test_mng.cpp.
int main | ( | ) |
Definition at line 40 of file test_mng.cpp.
References stxxl::BIDArray< BLK_SIZE >::begin(), BLOCK_SIZE, stxxl::block_manager::delete_blocks(), stxxl::BIDArray< BLK_SIZE >::end(), stxxl::block_manager::new_blocks(), STXXL_MSG, stxxl::request_interface::wait(), and stxxl::wait_all().