Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_tests.c1139 uint64_t init_size = vm_tag_get_size(tag); in vm_test_kernel_tag_accounting_kma() local
1140 __assert_only uint64_t final_size = init_size + PAGE_SIZE; in vm_test_kernel_tag_accounting_kma()
1158 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1187 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1193 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()