|
Difference between CFGetRetainCount v _getRetainCount
|
|
9
|
370
|
September 8, 2025
|
|
(De)Initialization of Character inside of UnsafeMutableBufferPointer
|
|
3
|
144
|
July 30, 2025
|
|
[ARC] Unowned Reference Count and Deallocation Timing
|
|
9
|
571
|
July 26, 2025
|
|
Could C++ have ARC?
|
|
2
|
469
|
April 22, 2025
|
|
Pros and cons of Unmanaged, UnsafePointers and Data?
|
|
13
|
874
|
March 12, 2025
|
|
Why retain/release pair is not removed in this particular case?
|
|
6
|
385
|
January 15, 2025
|
|
Does UnsafePointer create a weak reference to the referenced object?
|
|
17
|
610
|
October 9, 2024
|
|
How to know if a value type includes heap allocations and ref counting
|
|
15
|
2093
|
July 5, 2024
|
|
ARC messes with `OS_object` manipulation
|
|
12
|
369
|
June 24, 2024
|
|
Bug in Embedded/ARC/WebAssembly combination?
|
|
5
|
710
|
June 7, 2024
|
|
Swift Classes without ARC
|
|
17
|
4050
|
November 1, 2023
|
|
performSelector("retainCount")
|
|
6
|
855
|
October 25, 2023
|
|
Passing weak references to JSContext
|
|
2
|
907
|
May 22, 2023
|
|
ARC deinit time question
|
|
6
|
1917
|
April 28, 2023
|
|
How ARC does resolve Strong Reference Cycles for Closures that don't reference class self?
|
|
18
|
1441
|
April 6, 2023
|
|
Deep recursion in deinit should not happen
|
|
42
|
7552
|
January 21, 2023
|
|
ARC overhead when wrapping a class in a struct which is only borrowed
|
|
29
|
2364
|
December 20, 2022
|
|
SE-0366 (second review): `take` operator to end the lifetime of a variable binding
|
|
24
|
4315
|
December 7, 2022
|
|
SE-0366: Move Function + "Use After Move" Diagnostic
|
|
177
|
12260
|
August 16, 2022
|
|
[Returned for revision] SE-0366: Move Operation + "Use After Move" Diagnostic
|
|
0
|
1140
|
August 16, 2022
|
|
ARC, tail recursion
|
|
13
|
1702
|
May 2, 2022
|
|
Tools for determining ARC overhead?
|
|
2
|
828
|
November 19, 2021
|
|
Why is implicit `[weak self]` not the norm?
|
|
19
|
6421
|
June 9, 2021
|
|
Retain count set to 2 and no deinit called
|
|
30
|
4524
|
January 12, 2021
|
|
Copy-on-write and M1 optimizations
|
|
4
|
1380
|
January 1, 2021
|
|
Why Reference Counters All Start with +1?
|
|
2
|
1256
|
December 1, 2020
|
|
Does autoclosure respect weak'ness of a captured variable?
|
|
2
|
1376
|
November 12, 2020
|
|
Does inout affect reference count on a class?
|
|
4
|
1557
|
October 9, 2020
|
|
Disabling ARC for custom literals
|
|
8
|
1457
|
October 8, 2020
|