Searched refs:get_ledger_info (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/tools/tests/memorystatus/
H A Dmemorystatus.c347 static boolean_t get_ledger_info(pid_t pid, int64_t *balance_mb, int64_t *limit_mb) { function
397 res = get_ledger_info(entries[i].pid, NULL, &limit);
774 if ((-1 == g_ledger_count) || (-1 == g_footprint_index) || (false == get_ledger_info(getpid(), NULL, &g_per_process_limit))) {

Completed in 101 milliseconds