vault backup: 2022-10-11 14:13:34

This commit is contained in:
Jet Hughes 2022-10-11 14:13:34 +13:00
parent 819e9c82b4
commit 085c62f4bb

View File

@ -0,0 +1,14 @@
---
title: "18-processes-sharing-and-threads"
aliases:
tags:
- cosc204
- lecture
---
# Shared memory for processes
![linux memory space layout](https://i.imgur.com/vLlD03U.png)
# Threads
Lightweight process - shares everything except the stack