run_bottom_up
run_bottom_up(alloc_in_between_generic_check);
run_bottom_up(alloc_small_gaps_generic_check);
run_bottom_up(alloc_all_reserved_generic_check);
run_bottom_up(alloc_no_space_generic_check);
run_bottom_up(alloc_limited_space_generic_check);
run_bottom_up(alloc_no_memory_generic_check);
run_bottom_up(alloc_too_large_generic_check);
run_bottom_up(alloc_exact_nid_numa_small_node_generic_check);
run_bottom_up(alloc_exact_nid_numa_node_reserved_generic_check);
run_bottom_up(alloc_exact_nid_numa_part_reserved_fail_generic_check);
run_bottom_up(alloc_exact_nid_numa_split_range_high_generic_check);
run_bottom_up(alloc_exact_nid_numa_no_overlap_high_generic_check);
run_bottom_up(alloc_exact_nid_numa_large_region_generic_check);
run_bottom_up(alloc_exact_nid_numa_reserved_full_merge_generic_check);
run_bottom_up(alloc_exact_nid_numa_split_all_reserved_generic_check);
run_bottom_up(alloc_from_simple_generic_check);
run_bottom_up(alloc_from_misaligned_generic_check);
run_bottom_up(alloc_nid_min_reserved_generic_check);
run_bottom_up(alloc_nid_max_reserved_generic_check);
run_bottom_up(alloc_nid_exact_address_generic_check);
run_bottom_up(alloc_nid_reserved_full_merge_generic_check);
run_bottom_up(alloc_nid_reserved_all_generic_check);
run_bottom_up(alloc_nid_low_max_generic_check);
run_bottom_up(alloc_nid_numa_large_region_generic_check);
run_bottom_up(alloc_nid_numa_reserved_full_merge_generic_check);
run_bottom_up(alloc_nid_numa_split_all_reserved_generic_check);
run_bottom_up(alloc_node_on_correct_nid);