- Hands-On System Programming with Go
- Alex Guerrieri
- 52字
- 2021-06-24 13:42:13
Memory management
The operating system handles the primary and secondary memory usage of the applications. It keeps track of how much of the memory is used, by which process, and what parts are free. It also handles allocation of new memory from the processes and memory de-allocation when the processes are complete.