contiguous memory allocation in operating system
Operating System Study material operating system tutorial notes

Types of Contiguous Memory Allocation in Operating System

Types of Contiguous Memory Allocation in Operating System – Tutorial  In this tutorial we will learn about different types of contiguous memory allocation methods in operating system. In the Contiguous Memory Allocation in Operating system, every process is contained in a single contiguous section of memory. This topic is important for UGC NET exam from […]

memory allocation in os
memory allocation in os

Memory Allocation in OS

Memory allocation in os is an important function of operating system. Every user’s program need memory space in RAM in order to execute. Operating system keeps track of how much memory is available at any instant of time. Operating system is responsible for deallocation of memory from process after it’s completion.   Computer science student […]