|
template<typename block_type , typename run_type , typename input_bid_iterator , typename value_cmp > |
void | create_runs (input_bid_iterator it, run_type **runs, int_type nruns, int_type _m, value_cmp cmp) |
|
template<typename block_type , typename run_type , typename value_cmp > |
bool | check_sorted_runs (run_type **runs, unsigned_type nruns, unsigned_type m, value_cmp cmp) |
|
template<typename block_type , typename run_type , typename value_cmp > |
void | merge_runs (run_type **in_runs, int_type nruns, run_type *out_run, unsigned_type _m, value_cmp cmp) |
|
template<typename block_type , typename alloc_strategy , typename input_bid_iterator , typename value_cmp > |
simple_vector
< sort_helper::trigger_entry
< block_type > > * | sort_blocks (input_bid_iterator input_bids, unsigned_type _n, unsigned_type _m, value_cmp cmp) |
|