We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a776598 commit 47c332cCopy full SHA for 47c332c
2 files changed
notes/pics/CommunicationsModels.jpg
6 Bytes
notes/操作系统.md
@@ -274,9 +274,7 @@ int a[N]; // go on a stack
274
int* a = (int *)malloc(sizeof(int) * N); // go on a heap
275
```
276
277
-<div align="center"><img src="/pics/stack_and_heap.jpg" width="600"/></div><br/>
278
-
279
+<div align="center"><br/><img src="pics/stack_and_heap.jpg" width="550"/></div>
280
281
## 7. 如何理解分布式锁?
282
0 commit comments