Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_tests.c1142 uint64_t init_size = vm_tag_get_size(tag); in vm_test_kernel_tag_accounting_kma() local
1143 __assert_only uint64_t final_size = init_size + PAGE_SIZE; in vm_test_kernel_tag_accounting_kma()
1161 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1190 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()
1196 assert3u(init_size, ==, vm_tag_get_size(tag)); in vm_test_kernel_tag_accounting_kma()