Type: Conference Paper
New implementation technique for memory management
Journal: Conference Proceedings - IEEE SOUTHEASTCON (07347502)Year: 2000Volume: Issue: Pages: 332 - 339
Rezaei M.a Kavi K.M.
Language: English
Abstract
Dynamic memory management is an important and essential part of computer systems design. Efficient memory allocation, garbage collection and compaction are becoming increasingly more critical in parallel, distributed and real-time applications using object-oriented languages like C++ and Java. In this paper we present a technique that uses a Binary Tree for the list of available memory blocks and show how this method can manage memory more efficiently and facilitate easy implementation of well known garbage collection techniques.