Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dneural_footprint.c50 static uint64_t phys_max_before, phys_max_after; variable
284 phys_max_before = ru.ri_lifetime_max_phys_footprint; in check_phys_footprint_rusage()
301 phys_max_before, in check_phys_footprint_rusage_after()
302 phys_max_after - phys_max_before); in check_phys_footprint_rusage_after()
304 T_ASSERT_EQ(0ULL, phys_max_after - phys_max_before, in check_phys_footprint_rusage_after()