Swift mention in C++ safety post
|
|
0
|
129
|
November 18, 2024
|
Pros and cons of Unmanaged, UnsafePointers and Data?
|
|
3
|
201
|
September 18, 2024
|
Exclusive Memory Access checks too restrictive?
|
|
3
|
190
|
September 9, 2024
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
7
|
2607
|
July 2, 2024
|
Measuring, avoiding, and diagnosing a stack memory overflow crash
|
|
2
|
1818
|
July 8, 2023
|
Does ‘KeyPath’ produce memory leaks?
|
|
4
|
1144
|
April 15, 2024
|
What is "reference may have escaped from deinit"?
|
|
9
|
4720
|
April 5, 2024
|
Why is self a strong reference?
|
|
49
|
1048
|
January 6, 2024
|
Does 'assign(to:)' produce memory leaks?
|
|
14
|
20333
|
November 22, 2023
|
Characteristics of Memory Access and nonatomic access
|
|
0
|
426
|
October 27, 2023
|
My unit test is keep crashing because struct that conformed to Equable has a outlined retain and it was released
|
|
11
|
2466
|
July 26, 2023
|
Request for iOS developers: Testing Swift-based apps for memory corruption using libmalloc
|
|
0
|
521
|
July 18, 2023
|
How to build libswiftCore.dylib, libswift_Concurrency.dylib suitable for injection via DYLD_INSERT_LIBRARIES into iOS app?
|
|
1
|
1496
|
July 18, 2023
|
Memory leak using swift JSONEncoder. serialized data is still left in app's memory after logout [iOS]
|
|
10
|
1317
|
July 13, 2023
|
New function colour: unsafe
|
|
104
|
4615
|
June 22, 2023
|
Crash in "safe" swift with actors/concurrency
|
|
5
|
2751
|
April 23, 2023
|
Undefined behaviour of uninitialised / unbound memory
|
|
13
|
952
|
April 18, 2023
|
Trivial type de/initialization?
|
|
1
|
632
|
April 16, 2023
|
Why does copyMemory from ContiguousArray give different output than Array?
|
|
11
|
1358
|
June 12, 2022
|
Custom memory pool allocators in Swift
|
|
4
|
1397
|
May 23, 2022
|
Is it reliable to use an unowned(unsafe) reference while the object in question is deinitializing?
|
|
2
|
1016
|
March 10, 2022
|
Huge performance hit from exclusive memory access checks
|
|
7
|
2543
|
January 1, 2022
|
Should a delegate property passed into a struct also be declared as weak in the struct?
|
|
1
|
500
|
October 13, 2021
|
Does `assign(to published: inout Published<Self.Output>.Publisher)` produce a memory leak
|
|
1
|
1982
|
September 2, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
3997
|
August 27, 2021
|
Is it safe to use a variable after modifying via a rebound pointer?
|
|
5
|
1063
|
February 18, 2021
|
Minimizing Memory Footprint of Swift Types <-> C Types
|
|
16
|
2990
|
October 24, 2020
|
How to initialize array of class instances using a buffer of uninitialised memory?
|
|
11
|
1990
|
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
|
2669
|
July 9, 2020
|