ProcessManager: Refactor resource limits, complete pm:shell.

This commit is contained in:
Michael Scire 2018-05-07 03:50:33 -06:00
parent 7695b5bdbd
commit 6dc8ab6f17
6 changed files with 219 additions and 93 deletions

View file

@ -46,5 +46,5 @@ class ShellService : IServiceObject {
std::tuple<Result> clear_process_notification_flag(u64 pid);
std::tuple<Result> notify_boot_finished();
std::tuple<Result, u64> get_application_process_id();
std::tuple<Result> boost_system_memory_resource_limit();
std::tuple<Result> boost_system_memory_resource_limit(u64 sysmem_size);
};