Open Access
ARTICLE
Mobile Memory Management System Based on User’s Application Usage Patterns
School of Computer Science and Engineering, Chung-Ang University, Dongjak-gu, Seoul, 06974, Korea
* Corresponding Author: Sangoh Park. Email:
Computers, Materials & Continua 2021, 68(3), 4031-4050. https://doi.org/10.32604/cmc.2021.017872
Received 15 February 2021; Accepted 24 March 2021; Issue published 06 May 2021
Abstract
Currently, the number of functions to improve user convenience in smartphone applications is increasing. In addition, more mobile applications are being loaded into mobile operating system memory for faster launches, thus increasing the memory requirements for smartphones. The memory used by applications in mobile operating systems is managed using software; allocated memory is freed up by either considering the usage state of the application or terminating the least recently used (LRU) application. As LRU-based memory management schemes do not consider the application launch frequency in a low memory situation, currently used mobile operating systems can lead to the termination of a frequently executed application, thereby increasing its relaunch time. This study proposes a memory management system that can efficiently utilize the main memory space by analyzing the application usage information. The proposed system reduces the application launch time by leaving the most frequently used or likely to be run applications in the main memory for as long as possible. The performance evaluation conducted utilizing actual smartphone usage records showed that the proposed memory management system increases the number of times the applications resume from the main memory compared with the conventional memory management system, and that the average application execution time is reduced by approximately 17%.Keywords
Cite This Article
This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.