Applied memory management method and device
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- TENCENT TECH (SHENZHEN) CO LTD
- Publication Date
- 2017-08-04
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present invention relates to the technical field of communication, in particular to an application memory management method and device. Background technique
[0002] The development of native applications on low-end mobile phone platforms (mobile phone Java applications do not belong) generally uses C language or C++ language, and the memory management mechanism provided by the platform is relatively primitive, which requires application developers to have good quality, otherwise it is easy to cause memory loss. Leakage or illegal memory access can slow down the running speed of the application or the system, or even crash the system.
[0003] In order to develop more stable native applications on these platforms, a current method of managing application memory is to take over the MMU (Memory Management Unit, memory management unit) at runtime. The way to take over the MMU at runtime is to build a memory management module by the application itself...