Two Memory Allocators that Use Hints to Improve Locality Conference Paper uri icon

abstract

  • Dynamic memory allocators affect an application's performance through their data layout quality. They can use an application's allocation hints to improve the spatial locality of this layout. However, a practical approach needs to be automatic, without user intervention. In this paper we present two locality improving allocators, that use allocation hints provided automatically from the C++ STL library to improve an application's spatial locality. When compared to state-of-the-art allocators on seven real world applications, our allocators run on average 7% faster than the Lea allocator, and 17% faster than the FreeBSD's allocator, with the same memory fragmentation as the Lea allocator, one of the best allocators. While considering locality as an important goal, locality improving allocators must not abandon the existing constraints of fast allocation speed and low fragmentation. These constraints further challenge their design and implementation.We experimentally show that within a memory allocator, allocation speed, memory fragmentation, and spatial locality compete with each other in a game of rock, paper, scissors: when one tries to improve one trait, the others suffer. We conclude that our allocators achieve a goodbalance of these traits, and they can easily be adjusted to optimize the most important trait for each application.Copyright 2009 ACM.

name of conference

  • Proceedings of the 2009 international symposium on Memory management

published proceedings

  • ISMM'09: PROCEEDINGS OF THE 2009 ACM SIGPLAN INTERNATIONAL SYMPOSIUM ON MEMORY MANAGEMENT

author list (cited authors)

  • Jula, A., & Rauchwerger, L.

citation count

  • 16

complete list of authors

  • Jula, Alin||Rauchwerger, Lawrence

editor list (cited editors)

  • Kolodner, H., & Jr, G.

publication date

  • January 2009