STXXL  1.4-dev
 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 RunType >
void stxxl::compute_prefetch_schedule (const RunType &input, int_type *out_first, int_type m, int_type D)
 
template<typename BidIteratorType >
void stxxl::compute_prefetch_schedule (BidIteratorType input_begin, BidIteratorType input_end, int_type *out_first, int_type m, int_type D)