일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 알고리즘
- Swift
- 데드락
- 동시성
- Apple Developer Academy
- 가상 메모리
- 비동기
- SwiftUI
- IOS
- Algorithm
- @state
- scrollview
- UserDefaults
- decode
- async
- 프로세스 스케줄링
- core data
- COLOR
- deadlock
- 100 days of SwiftUI
- 오브젝트
- Linked List
- 인프런
- struct
- 앨런
- Codable
- 운영체제
- 동기화
- 상호배제
- forEach
Archives
- Today
- Total
목록free space management (1)
기어가더라도 제대로
[운영체제-김덕수교수님] 파일 시스템 구현 (5/5)
Allocation Methods File 저장을 위한 디스크 공간 할당 방법 Free space management 디스크의 빈 공간 관리 Allocation Method Continuous Allocation 한 파일을 디스크의 연속된 block 에 저장 장점 효율적인 file 접근(순차, 직접 접근) 문제점 새로운 file 을 위한 공간 확보가 어려움 External fragmentation file 공간 크기 결정이 어려움 파일이 커져야 하는 경우 고려해야함 Linked Allocation File 이 저장된 Block들을 linked list 로 연결 비연속 할당 가능 Directory는 각 file 에 대한 첫 번쨰 block에 대한 포인터를 가짐 Simple, No ex..
CS/운영체제
2022. 8. 17. 17:39