In the previous article, we’ve discussed about contiguous memory allocation and in this article, we’re going to learn about non-contiguous memory allocation. Main Difference Between Contiguous Memory Allocation And Non-Contiguous Memory Allocation Contiguous memory allocation Non-contiguous memory allocation In this method the main memory divided into same or different size of partitions and a programContinueContinue reading “Memory Management Schemes – Non-Contiguous Memory Allocation”
Category Archives: Memory Management
Memory Management Schemes – Contiguous Memory Allocation
In this article, we’re going to learn about one of the main memory management schemes, contiguous memory allocation. This article also includes, Difference Between Contiguous Memory Allocation And Non-Contiguous Memory AllocationFirst-fit StrategyBest-fit Strategy Worst-fit Strategy External FragmentationInternal Fragmentation So without further due, let’s get started. Main Difference Between Contiguous Memory Allocation And Non-Contiguous Memory AllocationContinueContinue reading “Memory Management Schemes – Contiguous Memory Allocation”
What Is Address Binding?
In this article, we’re going to learn about address binding in memory management. Before we begin, we need to have some basic knowledge about some of the basic concepts in memory management. Let’s start with “Memory Address”. Memory Address Memory address is a reference to a specific memory location. Memory consists a large array ofContinueContinue reading “What Is Address Binding?”