Method for improving game fluency under low-memory Android device
A low-memory, fluency technology, applied in the field of Android performance optimization and memory optimization, and Android development, can solve problems such as application layer not being able to respond in time, processor time consumption, game interface freezing, etc., to reduce memory recovery operations, Improve the probability of success and improve fluency
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0014] figure 1 This is the general process of applying for memory at the Android application layer:
[0015] 101. The application layer applies for memory through the malloc interface;
[0016] 102. The kernel state applies for physical memory through page_alloc;
[0017] 103. If the free physical memory is sufficient, the allocation is successful, and jump to step 106; otherwise, enter memory sorting, and jump to step 104;
[0018] 104. Kernel mode memory finishing is a time-consuming process;
[0019] 105. After the memory is sorted out, if the free physical memory is sufficient, then the allocation is successful and jump to step 106, otherwise the allocation fails and jump to step 107;
[0020] 106. Memory allocation succeeds;
[0021] 107. Memory allocation failed.
[0022] figure 2 It is the implementation mode of the present invention:
[0023] 201. Start a timer in the application layer ActivityManagerService service, respond once every five seconds, and execut...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com