Kernel-module memory management method for preventing memory leaks and multiple memory releases
Patent Information
- Authority / Receiving Office
- CN Β· China
- Current Assignee / Owner
- NAT UNIV OF DEFENSE TECH
- Publication Date
- 2011-06-22
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to a memory management method of an operating system kernel module, in particular to a memory management method of the kernel module that prevents memory leaks and multiple memory release failures in the kernel module with independent functions in the operating system. Background technique
[0002] The operating system kernel is a system that implements multiple functions. The inherent independence of functions and the extended characteristics required by the kernel system make modularization an important composition method of the operating system kernel. Usually the kernel is composed of multiple modules that perform different functions, each module has an independent entrance and exit, and has a closed-loop control flow. Memory is the most scarce resource during the operation of the kernel system. Dynamic on-demand allocation is the main method for the operating system kernel to meet unlimited application needs with limited memo...