Methods for pool allocation of heap data at runtime
Patent Information
- Authority / Receiving Office
- CN Β· China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- INST OF COMPUTING TECH CHINESE ACAD OF SCI
- Publication Date
- 2012-02-22
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of memory allocation, in particular to a method for pool allocation of heap data during operation. Background technique
[0002] With the rapid development of processor technology, the speed gap between processor speed and storage system has become larger and larger. The speed of the storage system is becoming a bottleneck for the further improvement of the overall operating speed of the computer. In order to improve the speed of the storage system, various methods have been proposed in the prior art, among which the method of improving data locality can improve the performance of the storage system without increasing the bandwidth requirement, and thus has been widely used.
[0003] The heap is an area in the program memory space, and the memory dynamically needed when the program is running is allocated from the heap. For example, a C program applies for memory from the heap through system functions such as malloc...