Answer the attachment in atleat 5 points :p
Attachments:
Answers
Answered by
1
- The memory management function keeps track of the status of each memory location, either allocated or free.
- It determines howmemory is allocated among competing processes, deciding which gets memory, when they receive it, and how much they are allowed.
Answered by
35
Memory management performs these functions:
- keeps track of each and every memory location, regardless of either it is allocated to some process or it is free.
- Checks how much memory is to be allocated to processes and how it is be allocated.
- Decides which process will get memory at what time.
- keeps track of whenever some memory gets freed or unallocated and correspondingly it updates the available memory, allocated memory etc.
- Ensures the safety of data in the memory allocated to a process so that other running processes do not get hold of this data.
Similar questions