일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 100 days of SwiftUI
- async
- @state
- 가상 메모리
- deadlock
- 데드락
- 동시성
- 비동기
- Swift
- 프로세스 스케줄링
- 앨런
- 알고리즘
- Algorithm
- 오브젝트
- Apple Developer Academy
- UserDefaults
- 동기화
- 운영체제
- COLOR
- 인프런
- 상호배제
- struct
- SwiftUI
- core data
- Linked List
- Codable
- decode
- scrollview
- IOS
- forEach
Archives
- Today
- Total
목록고정 분할 할당 (1)
기어가더라도 제대로
[운영체제-김덕수 교수님] 메모리 관리(2/3) - 할당
Continuous memory allocation 프로세스(Context)를 하나의 연속된 메모리 공간에 할당하는 정책 프로그램, 데이터, 스택 등 메모리 구성 정책 메모리에 동시에 올라갈 수 있는 프로세스 수 Multiprogramming degree 각 프로세스에게 할당되는 메모리 공간 크기 메모리 분할 방법 Uni-programming Multiprogramming degree = 1 Multi-Programming Fixed(Static) partition multi-programming(FPM) 고정 분할 Variable(Dynamic) partition multi-programming(VPM) 가변 분할 문제점 프로그램의 크기 > 메모리 크기 이런 경우 프로그램을 쪼개서..
CS/운영체제
2022. 8. 10. 13:51