Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/memorystatus/
H A Dmemorystatus_experiment_factors.c51 uint32_t threshold_mb, expected_threshold_pages, threshold_pages; variable
62 &threshold_pages, &threshold_size, NULL, 0);
65 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
76 &threshold_pages, &threshold_size, NULL, 0);
79 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
90 &threshold_pages, &threshold_size, NULL, 0);
93 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
115 uint32_t threshold_mb, expected_threshold_pages, threshold_pages; variable
130 &threshold_pages, &threshold_size, NULL, 0);
133 T_EXPECT_EQ(threshold_pages, expected_threshold_pages,
[all …]