Stxxl  1.4.0
Defines | Typedefs | Functions
mng/test_mng_recursive_alloc.cpp File Reference
#include <iostream>
#include <stxxl/mng>
Include dependency graph for test_mng_recursive_alloc.cpp:

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 Documentation

#define BLOCK_SIZE   (1024 * 1024 * 32)

Definition at line 16 of file test_mng_recursive_alloc.cpp.


Typedef Documentation

typedef stxxl::typed_block< (1024 * 1024 * 32) , int block_type)

Definition at line 18 of file test_mng_recursive_alloc.cpp.


Function Documentation

int main ( )
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines