Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dvm_tests.c1129 uint64_t init_size = vm_tag_get_size(tag); in vm_test_kernel_tag_accounting_kma() local
1130 __assert_only uint64_t final_size = init_size + PAGE_SIZE; in vm_test_kernel_tag_accounting_kma()
1148 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1177 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1183 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()