STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
async_schedule.h File Reference

Go to the source code of this file.

Namespaces

 stxxl
 STXXL library namespace
 

Functions

void stxxl::compute_prefetch_schedule (const int_type *first, const int_type *last, int_type *out_first, int_type m, int_type D)
 
void stxxl::compute_prefetch_schedule (int_type *first, int_type *last, int_type *out_first, int_type m, int_type D)
 
template<typename run_type >
void stxxl::compute_prefetch_schedule (const run_type &input, int_type *out_first, int_type m, int_type D)
 
template<typename bid_iterator_type >
void stxxl::compute_prefetch_schedule (bid_iterator_type input_begin, bid_iterator_type input_end, int_type *out_first, int_type m, int_type D)