Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Clean Code
- UICollectionView
- tableView
- MVVM
- 리펙토링
- HIG
- RxCocoa
- Protocol
- ribs
- SWIFT
- 애니메이션
- 리펙터링
- 클린 코드
- 스위프트
- Refactoring
- rxswift
- Human interface guide
- collectionview
- Observable
- map
- clean architecture
- uitableview
- uiscrollview
- Xcode
- 리팩토링
- swiftUI
- ios
- UITextView
- combine
- swift documentation
Archives
- Today
- Total
목록swapped memory (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] iOS 메모리 기초 개념 - virtual memory, dirty memory, clean memory, compressed memory, swapped memory, resident memory 이해하기
virtual memory 개념 운영체제에서의 가상메모리를 의미 하드웨어 RAM (맥북에서의 16G 등)을 물리적 RAM이라고 한다면, 이 16G의 부족한 공간을 위해서 디스크 공간도 같이 사용하는 방법 process가 계산을 하다가 메모리에서 데이터를 찾는데, 이 때 virtual memory라는것을 두고 virutal memory에서는 RAM과 disk공간을 바라보는 것 virtual memory 부분을 적절한 단위로 나누는데, 그것을 page라고 명칭 중요한 용어 page out: physical메모리에 page에 대응하는 데이터가 없어서, physical메모리에 있는 어느 한 page와 disk에 있는 page랑 swap해야하는데, 이 때 physical memory에서 사용하지 않은 공간을 내준..
iOS 응용 (swift)
2023. 12. 27. 00:22