Title :
A Comprehensive Complexity Analysis of User-Level Memory Allocator Algorithms
Author :
Ferreira, Thiago B. ; Fernandes, Marcia Aparecida ; Matias, Rivalino
Author_Institution :
Sch. of Comput. Sci., Fed. Univ. of Uberlandia, Uberlandia, Brazil
Abstract :
Memory allocations are one of the most frequently used operations in computer programs. The performance of memory allocation operations is a critical factor in software design; however, it is very often neglected. In this paper, we present a comprehensive complexity analysis of widely adopted user-level memory allocator algorithms. We consider time and space complexity, as well as the allocator overhead. The results show that the Ptmalloc family of memory allocator algorithms outperformed all other investigated allocators in terms of theoretical time complexity and space overhead. All allocators showed the same space complexity.
Keywords :
computational complexity; storage management; Ptmalloc family; allocator overhead; comprehensive complexity analysis; computer programs; software design; space complexity; space overhead; time complexity; user-level memory allocator algorithms; Algorithm design and analysis; Arrays; Complexity theory; Instruction sets; Memory management; Resource management; Memory management; analysis of algorithm; user-level allocators;
Conference_Titel :
Computing System Engineering (SBESC), 2012 Brazilian Symposium on
Conference_Location :
Natal
Print_ISBN :
978-1-4673-5747-0
DOI :
10.1109/SBESC.2012.27