Searched refs:assert_allocation_checker (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_test.c | 141 assert_allocation_checker( in assert_allocation_checker() function 183 assert_allocation_checker(checker, start, size); in assert_allocation_checker_and_entry() 1264 assert_allocation_checker(submap_content, parent_start - parent_offset, submap_size); in test_single_submap_oversize_entry_common() 1340 assert_allocation_checker(submap_content, start, size / 2); in test_submap_before_allocation_common() 1390 assert_allocation_checker(submap_content, start + size / 2, size / 2); in test_submap_after_allocation_common() 1439 assert_allocation_checker(submap_content, start, size / 2); in test_submap_before_hole_common() 1488 assert_allocation_checker(submap_content, start + size / 2, size / 2); in test_submap_after_hole_common() 1572 assert_allocation_checker(submap_content, start, size); in test_submap_allocation_submap_one_entry_common() 1615 assert_allocation_checker(submap_content, start, size / 2); in test_submap_allocation_submap_two_entries_common() 1620 assert_allocation_checker(submap_content, start + size / 2, size / 2); in test_submap_allocation_submap_two_entries_common() [all …]
|