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
- swiftUI
- UITextView
- Refactoring
- Clean Code
- uiscrollview
- 리펙토링
- map
- clean architecture
- Xcode
- Protocol
- Observable
- combine
- 애니메이션
- collectionview
- UICollectionView
- HIG
- 스위프트
- MVVM
- ios
- SWIFT
- Human interface guide
- ribs
- 클린 코드
- tableView
- 리펙터링
- swift documentation
- uitableview
- RxCocoa
- rxswift
- 리팩토링
Archives
- Today
- Total
목록ColorSync (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 4. Swift 메모리 할당 - MALLOC, dyld private memory, Shared memory, ColorSync (vmmap PID)
1. Swift 메모리 할당 - address 확인 방법, withUnsafePointer, Memory Graph Debugger, vmmap 2. Swift 메모리 할당 - 타입별 메모리 할당 위치 분석 기본 (stack, heap) 3. Swift 메모리 할당 - 타입별 메모리 할당 위치 분석 심화 (String타입, struct안에 class, class안에 struct) 4. Swift 메모리 할당 - MALLOC, MALLOC guard, dyld private memory, Shared memory, ColorSync (vmmap PID) vmmap 명령어 virtual memory map이라는 의미이고 이 명령어를 통해 해당 process에 의해서 할당된 메모리 상황을 볼 수 있음 virt..
iOS 응용 (swift)
2023. 8. 14. 01:26