A High-Performance Dynamic Memory Management Scheme

Xue Ligong,Zhou Zude,Li Fangmin
DOI: https://doi.org/10.3963/j.issn.1007-144X.2006.11.025
2006-01-01
Abstract:Dynamic memory management takes an important count in most programs.Compared with other DMMs,first fit DMM using address-ordered linear list data structure is the most researched and applied,since it tends to enhance program locality,and causes significantly less fragmentation.An efficient scheme suitable for this kind of DMM is proposed which can evidently improve the DMM efficiency,especially memory-releasing efficiency,by caching recently freed blocks.This improvement is testified by theoretical analysis and evaluation result.
What problem does this paper attempt to address?