-
Notifications
You must be signed in to change notification settings - Fork 0
Static partition schemes suffer from the limitation of having the fixed number of active processes and the usage of space may also not be optimal. The buddy system is a memory allocation and management algorithm that manages memory in power of two increments. Assume the memory size is 2U, suppose a size of S is required. If 2U-1<S<=2U: Allocate …
SofiaNaer/Buddy_System---Memory-allocation-technique
About
Static partition schemes suffer from the limitation of having the fixed number of active processes and the usage of space may also not be optimal. The buddy system is a memory allocation and management algorithm that manages memory in power of two increments. Assume the memory size is 2U, suppose a size of S is required. If 2U-1<S<=2U: Allocate …
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published