Home
last modified time | relevance | path

Searched refs:phys_max_after (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
298 phys_max_after = ru.ri_lifetime_max_phys_footprint;; in check_phys_footprint_rusage_after()
300 phys_max_after, 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()