Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/vm/
H A Dvm_reclaim.c430 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries);
432 before_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
443 after_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
494 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries); variable
511 T_QUIET; T_ASSERT_LT(get_ledger_entry_for_pid(getpid(), phys_footprint_index, num_ledger_entries),