DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Memory management

1. MEMORY MANAGEMENT1. Keep track of what parts of memory are in use.2. Allocate memory to processes when needed.3. Deallocate when processes are done.4. Swapping, or paging,…

Education Lect13

1. Memory Management1 2. Process• One or more threads of execution• Resources required for execution– Memory (RAM)• Program code (“text”)• Data (initialised,…

Engineering 11 memory

1. Operating SystemsModule 11Memory Management1 2. 2Goals of memory management• Allocate memory resources among competingprocesses, maximizing memory utilization andsystem…