Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/ !
H A Dvm_tests.c1106 uint64_t init_size = vm_tag_get_size(tag); in vm_test_kernel_tag_accounting_kma() local
1107 uint64_t final_size = init_size + PAGE_SIZE; in vm_test_kernel_tag_accounting_kma()
1125 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1154 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1160 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()