Home
last modified time | relevance | path

Searched refs:vmsize1 (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/tests/
H A Dvm_test_mach_map.c278 mach_vm_size_t vmsize1, vmsize2; in test_map_memory_entry() local
283 vmsize1 = 0; in test_map_memory_entry()
288 vmsize1 = 1; in test_map_memory_entry()
292 vmsize1, in test_map_memory_entry()
295 T_EXPECT_MACH_SUCCESS(kr, "vm_allocate(%lld)", vmsize1); 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()
365 mach_vm_deallocate(mach_task_self(), vmaddr1, vmsize1); in test_map_memory_entry()
367 vmsize1 = 0; in test_map_memory_entry()
584 vm_size_t vmsize, vmsize1, vmsize2; variable
[all …]