Memory management: tertiary buddy system

  • Authors:
  • Divakar Yadav;A. K. Chaturvedi;Snehil Pansari;Avart Krishnan

  • Affiliations:
  • JIITU, Noida;JIITU, Noida;JIITU, Noida;JIITU, Noida

  • Venue:
  • CEA'08 Proceedings of the 2nd WSEAS International Conference on Computer Engineering and Applications
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

An extension of the binary buddy method, called the tertiary buddy method for dynamic storage allocation is presented. Tertiary buddy method allows block sizes of 2k and 3.2k-3 where as the original binary buddy method allows only block sizes of 2k. This extension is achieved at an additional cost of two bits per block. Analysis of the internal fragmentation of the tertiary buddy system, binary buddy system, the Fibonacci buddy system and the weighted buddy system are given. Simulation results are presented which compare this method with other buddy methods.