Answers for "Use of memory management unit"

C
4

Use of memory management unit

Memory management unit keeps track of each and every memory
location, regardless of either it is allocated to some 
process or it is free. It checks how much memory is to be
allocated to processes. It decides which process will get 
memory at what time. It tracks whenever some memory gets 
freed or unallocated and correspondingly it updates the 
status.
Posted by: Guest on August-30-2020

Code answers related to "Use of memory management unit"

Code answers related to "C"

Browse Popular Code Answers by Language