malloc() performance in a multithreaded Linux environment

  • Authors:
  • Chuck Lever;David Boreham

  • Affiliations:
  • Sun-Netscape Alliance, University of Michigan, Ann Arbor;Sun-Netscape Alliance, University of Michigan, Ann Arbor

  • Venue:
  • ATEC '00 Proceedings of the annual conference on USENIX Annual Technical Conference
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Network servers make special demands that other types of applications may not make on memory allocators. We describe a simple malloc() microbenchmark suite that tests the ability of malloc() to divide its work efficiently among multiple threads and processors. The purpose of this suite is to determine the suitability of an operating system's heap allocator for use with network servers running in an SMP environment.