Hands-On System Programming with Go
上QQ阅读APP看书,第一时间看更新

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.