Memory management method, device and equipment and computer readable storage medium
Patent Information
- Authority / Receiving Office
- CN Β· China
- Current Assignee / Owner
- TENCENT TECH SHANGHAI
- Publication Date
- 2021-01-12
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The present application relates to computer technology, and in particular to a memory management method, device, equipment and computer-readable storage medium. Background technique
[0002] Shared memory is a communication method between multiple processes in an operating system such as a Unix system. This method is usually used for multi-process communication of a program, or information transfer between multiple programs. In addition, shared memory is often used to save the memory state of a process. Since the life cycle of shared memory depends on the runtime of the system, it is independent of the process life cycle. Therefore, this feature can be used to improve the availability and reliability of process memory data through shared memory. In related technologies, shared memory is usually implemented by pre-allocating a fixed shared memory pool. Since this method needs to pre-allocate a large memory slice, the memory usage will be too high, and...