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 ofContinue reading "What Is Address Binding?"
Memory Management Schemes – Non-Contiguous Memory Allocation
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 programContinue reading "Memory Management Schemes – Non-Contiguous Memory Allocation"
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 AllocationContinue reading "Memory Management Schemes – Contiguous Memory Allocation"