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 |
Tags
- swift documentation
- 리펙터링
- Protocol
- HIG
- combine
- ribs
- Xcode
- 리펙토링
- 스위프트
- UITextView
- clean architecture
- ios
- Observable
- tableView
- collectionview
- map
- uitableview
- 애니메이션
- 리팩토링
- rxswift
- 클린 코드
- Clean Code
- RxCocoa
- uiscrollview
- Refactoring
- Human interface guide
- swiftUI
- UICollectionView
- SWIFT
- MVVM
Archives
- Today
- Total
목록MALLOC guard (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/NYqpq/btsp9p1yw9k/waZ4mb6VY8my2RZWOQyfv1/img.png)
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