Pros and cons of Unmanaged, UnsafePointers and Data?
|
|
4
|
180
|
September 18, 2024
|
Exclusive Memory Access checks too restrictive?
|
|
3
|
161
|
September 9, 2024
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
7
|
2315
|
July 2, 2024
|
Measuring, avoiding, and diagnosing a stack memory overflow crash
|
|
2
|
1712
|
July 8, 2023
|
Does ‘KeyPath’ produce memory leaks?
|
|
4
|
1120
|
April 15, 2024
|
What is "reference may have escaped from deinit"?
|
|
9
|
4309
|
April 5, 2024
|
Why is self a strong reference?
|
|
49
|
1032
|
January 6, 2024
|
Does 'assign(to:)' produce memory leaks?
|
|
14
|
20053
|
November 22, 2023
|
Characteristics of Memory Access and nonatomic access
|
|
0
|
424
|
October 27, 2023
|
My unit test is keep crashing because struct that conformed to Equable has a outlined retain and it was released
|
|
11
|
2336
|
July 26, 2023
|
Request for iOS developers: Testing Swift-based apps for memory corruption using libmalloc
|
|
0
|
517
|
July 18, 2023
|
How to build libswiftCore.dylib, libswift_Concurrency.dylib suitable for injection via DYLD_INSERT_LIBRARIES into iOS app?
|
|
1
|
1427
|
July 18, 2023
|
Memory leak using swift JSONEncoder. serialized data is still left in app's memory after logout [iOS]
|
|
10
|
1277
|
July 13, 2023
|
New function colour: unsafe
|
|
104
|
4466
|
June 22, 2023
|
Crash in "safe" swift with actors/concurrency
|
|
5
|
2602
|
April 23, 2023
|
Undefined behaviour of uninitialised / unbound memory
|
|
13
|
922
|
April 18, 2023
|
Trivial type de/initialization?
|
|
1
|
629
|
April 16, 2023
|
Why does copyMemory from ContiguousArray give different output than Array?
|
|
11
|
1338
|
June 12, 2022
|
Custom memory pool allocators in Swift
|
|
4
|
1334
|
May 23, 2022
|
Is it reliable to use an unowned(unsafe) reference while the object in question is deinitializing?
|
|
2
|
1015
|
March 10, 2022
|
Huge performance hit from exclusive memory access checks
|
|
7
|
2509
|
January 1, 2022
|
Should a delegate property passed into a struct also be declared as weak in the struct?
|
|
1
|
481
|
October 13, 2021
|
Does `assign(to published: inout Published<Self.Output>.Publisher)` produce a memory leak
|
|
1
|
1933
|
September 2, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
3988
|
August 27, 2021
|
Is it safe to use a variable after modifying via a rebound pointer?
|
|
5
|
1061
|
February 18, 2021
|
Minimizing Memory Footprint of Swift Types <-> C Types
|
|
16
|
2960
|
October 24, 2020
|
How to initialize array of class instances using a buffer of uninitialised memory?
|
|
11
|
1948
|
August 12, 2020
|
Is it safe mutate collection through its indices on fly?
|
|
2
|
594
|
August 4, 2020
|
Enabling safe, non-optional, circular referencing with shared reference counts
|
|
16
|
2646
|
July 9, 2020
|
Law of Exclusivity: Violation or not with class type
|
|
5
|
978
|
April 25, 2019
|