A Page-based Hybrid (Software-Hardware) Dynamic Memory Allocator

  • Authors:
  • Wentong Li;Saraju Mohanty;Krishna Kavi

  • Affiliations:
  • IEEE;IEEE;IEEE

  • Venue:
  • IEEE Computer Architecture Letters
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Modern programming languages often include complex mechanisms for dynamic memoryallocation and garbage collection. These features drive the need for more efficient implementation of memory management functions, both in terms of memory usage and execution performance. In this paper, we introduce a software and hardware co-design to improve the speed of the software allocator used in Free-BSD systems. The hardware complexity of our design is independent of the dynamic memory size, thus making the allocator suitable for any memory size. Our design improves the performance ofmemory management intensive benchmarks by as much as 43%. To our knowledge, this is the first-ever work of this kind, introducing "hybrid memory allocator".