Searched refs:vmsize2 (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/tests/ |
| H A D | vm_test_mach_map.c | 278 mach_vm_size_t vmsize1, vmsize2; in test_map_memory_entry() local 285 vmsize2 = 0; in test_map_memory_entry() 303 vmsize2 = 1; in test_map_memory_entry() 306 &vmsize2, in test_map_memory_entry() 318 T_EXPECT_GE(vmsize2, vmsize1, "vmsize2 (0x%llx) < vmsize1 (0x%llx)", in test_map_memory_entry() 319 (uint64_t) vmsize2, (uint64_t) vmsize1); in test_map_memory_entry() 332 vmsize2, in test_map_memory_entry() 370 mach_vm_deallocate(mach_task_self(), vmaddr2, vmsize2); in test_map_memory_entry() 372 vmsize2 = 0; in test_map_memory_entry() 733 mach_vm_size_t vmsize1, vmsize2; variable [all …]
|