Stxxl
1.4.0
|
#include <limits>
#include <stxxl/stream>
Go to the source code of this file.
Typedefs | |
typedef unsigned | value_type |
Functions | |
int | main () |
Variables | |
const unsigned long long | megabyte = 1024 * 1024 |
const unsigned int | block_size = 1 * megabyte |
typedef unsigned value_type |
int main | ( | ) |
Definition at line 45 of file test_push_sort.cpp.
References stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::begin(), block_size, stxxl::stream::check_sorted_runs(), stxxl::stream::basic_runs_merger< RunsType_, CompareType_, AllocStr_ >::empty(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::end(), stxxl::is_sorted(), megabyte, stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::push_back(), STXXL_DEFAULT_ALLOC_STRATEGY, and STXXL_MSG.
const unsigned int block_size = 1 * megabyte |
Definition at line 24 of file test_push_sort.cpp.
const unsigned long long megabyte = 1024 * 1024 |
Definition at line 23 of file test_push_sort.cpp.