1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-07-28 12:22:17 +08:00

Update 操作系统常见面试题&知识点总结.md

修改文本
This commit is contained in:
杭电鬼先生 2021-11-11 15:22:22 +08:00 committed by GitHub
parent 1543c0d3f8
commit c0cdd9f52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ tag:
🙋 **我**
1. **共同点**
- 分页机制和分段机制都是为了提高内存利用率,少内存碎片。
- 分页机制和分段机制都是为了提高内存利用率,少内存碎片。
- 页和段都是离散存储的,所以两者都是离散分配内存的方式。但是,每个页和段中的内存是连续的。
2. **区别**
- 页的大小是固定的,由操作系统决定;而段的大小不固定,取决于我们当前运行的程序。