Stxxl
1.4.0
|
#include <iostream>
#include <stxxl/mng>
Go to the source code of this file.
Defines | |
#define | BLOCK_SIZE (1024 * 1024 * 32) |
Typedefs | |
typedef stxxl::typed_block < (1024 *1024 *32), int | block_type ) |
Functions | |
int | main () |
#define BLOCK_SIZE (1024 * 1024 * 32) |
Definition at line 16 of file test_mng_recursive_alloc.cpp.
typedef stxxl::typed_block< (1024 * 1024 * 32) , int block_type) |
Definition at line 18 of file test_mng_recursive_alloc.cpp.
int main | ( | ) |