Home
last modified time | relevance | path

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

/xnu-8792.81.2/tests/vm/
H A Dvm_reclaim.c335 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries);
337 before_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
348 after_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
395 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries); variable
412 T_QUIET; T_ASSERT_LT(get_ledger_entry_for_pid(getpid(), phys_footprint_index, num_ledger_entries),