Go to the source code of this file.
|
| | stxxl |
| | STXXL library namespace
|
| |
|
| 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) |
| |