Add memory management feature on app-defined-loader 21/225821/5
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 25 Feb 2020 00:43:15 +0000 (09:43 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 25 Feb 2020 01:39:06 +0000 (10:39 +0900)
commitbd2006221b4336fd527a0a09984f1c35e6034942
treebd114925810cff052c6c77a57c119d2c0f16f8bf
parent3e627970ab601d2f93b21536841e34e8fd375dfc
Add memory management feature on app-defined-loader

If PSS of app-defined-loader process is over the threshold,
app-defined-loader process stops loading the libraries.
The platform developer can change the threshold using
app-defined-loader.conf file.

Change-Id: Id2476dbcfbce5d3c272028a883ec6a509cfa310f
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/launchpad.spec
src/CMakeLists.txt
src/app-defined-loader/CMakeLists.txt [moved from src/app_defined_loader/CMakeLists.txt with 89% similarity]
src/app-defined-loader/conf/app-defined-loader.conf.in [new file with mode: 0644]
src/app-defined-loader/src/app-defined-loader.cc [moved from src/app_defined_loader/src/app_defined_loader.cc with 79% similarity]
src/app-defined-loader/src/config.cc [new file with mode: 0644]
src/app-defined-loader/src/config.hh [new file with mode: 0644]
src/app-defined-loader/src/log-private.hh [new file with mode: 0644]
src/app-defined-loader/src/proc.cc [new file with mode: 0644]
src/app-defined-loader/src/proc.hh [new file with mode: 0644]