Skip to content

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 …

Notifications You must be signed in to change notification settings

SofiaNaer/Buddy_System---Memory-allocation-technique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

No packages published

Languages