Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/vm/
H A Dvm_reclaim.c364 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries);
366 before_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
377 after_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
426 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries); variable
443 T_QUIET; T_ASSERT_LT(get_ledger_entry_for_pid(getpid(), phys_footprint_index, num_ledger_entries),