Title :
Simulation of High-Performance Memory Allocators
Author :
Risco-Martín, José L. ; Colmenar, J. Manuel ; Atienza, David ; Hidalgo, J. Ignacio
Author_Institution :
Dept. of Comput. Archit. & Autom., Complutense Univ. of Madrid, Madrid, Spain
Abstract :
Current general-purpose memory allocators do not provide sufficient speed or flexibility for modern high-performance applications. To optimize metrics like performance, memory usage and energy consumption, software engineers often write custom allocators from scratch, which is a difficult and error-prone process. In this paper, we present a flexible and efficient simulator to study Dynamic Memory Managers (DMMs), a composition of one or more memory allocators. This novel approach allows programmers to simulate custom and general DMMs, which can be composed without incurring any additional runtime overhead or additional programming cost. We show that this infrastructure simplifies DMM construction, mainly because the target application does not need to be compiled every time a new DMM must be evaluated. Within a search procedure, the system designer can choose the "best" allocator by simulation for a particular target application. In our evaluation, we show that our scheme will deliver better performance, less memory usage and less energy consumption than single memory allocators.
Keywords :
digital simulation; storage management; DMM construction; dynamic memory managers; general-purpose memory allocators; high-performance memory allocators; search procedure; Algorithm design and analysis; Computational modeling; Dynamic scheduling; Energy consumption; Memory management; Resource management; Software;
Conference_Titel :
Digital System Design: Architectures, Methods and Tools (DSD), 2010 13th Euromicro Conference on
Conference_Location :
Lille
Print_ISBN :
978-1-4244-7839-2
DOI :
10.1109/DSD.2010.44