DocumentCode
2060491
Title
A high-performance memory allocator for memory intensive applications
Author
Chang, J. Morris ; Hasan, Yusuf ; Lee, Woo H.
Author_Institution
Dept. of Comput. Sci., Illinois Inst. of Technol., Chicago, IL, USA
Volume
1
fYear
2000
fDate
14-17 May 2000
Firstpage
6
Abstract
Dynamic memory management (DMM) has been a high cost component in many software systems. In particular, the use of object orientation often results in an intensive use of dynamic memory, making the dynamic memory performance problem worse. The paper presents a profile based strategy to improve the performance of DMM. The performance improvement comes from a segregated strategy without splitting and coalescing cost. This modification is made feasible by preallocating the free-list based on the profile data of heap memory usage. In this research, the empirical study shows that the maximum number of live objects of each size is independent of the input; this data provides a profile and estimate for the amount of memory the application will need to run and can be preallocated to give great improvement in performance. Compared to the average performance of well known algorithms, the profile based approach is about 3.9 times to 6.5 times faster.
Keywords
object-oriented programming; program diagnostics; storage allocation; storage management; DMM performance improvement; dynamic memory management; dynamic memory performance; free-list preallocation; heap memory usage; high cost component; high-performance memory allocator; live objects; memory intensive applications; object orientation; profile based approach; profile based strategy; profile data; segregated strategy; software systems;
fLanguage
English
Publisher
ieee
Conference_Titel
High Performance Computing in the Asia-Pacific Region, 2000. Proceedings. The Fourth International Conference/Exhibition on
Conference_Location
Beijing, China
Print_ISBN
0-7695-0589-2
Type
conf
DOI
10.1109/HPC.2000.846507
Filename
846507
Link To Document