Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_reclaim.c475 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries);
477 before_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
487 after_footprint = get_ledger_entry_for_pid(child_pid, phys_footprint_index, num_ledger_entries);
537 size_t phys_footprint_index = ledger_phys_footprint_index(&num_ledger_entries); variable
556 T_QUIET; T_ASSERT_LT(get_ledger_entry_for_pid(getpid(), phys_footprint_index, num_ledger_entries),