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

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 Documentation

#define BLOCK_SIZE   (1024 * 1024)
#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 Documentation

typedef stxxl::typed_block< (1024 * 1024) , type block_type)

Function Documentation

int main ( )

Definition at line 49 of file test_aligned.cpp.

Referenced by main().

void test_typed_block ( )

Definition at line 31 of file test_aligned.cpp.

References C().

Referenced by main().

Definition at line 59 of file test_aligned.cpp.

Referenced by main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines