Chapter 7

Storage Management

Chapter Outline

7.1 INTRODUCTION

The fundamental purpose of any program is to manipulate data and its storage in the computer memory. Storage management consists of techniques that are used to manage the heap. Two memory management techniques are used for this purpose. They are:

  1. Static storage management
  2. Dynamic storage management.

Static Storage Management It is necessary to load the program into the memory before execution of a program. Before execution of a program, it is essential that the ...

Get Introduction to Data Structures in C now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.