How do I jump between buffer types?
|
|
2
|
110
|
March 26, 2025
|
Pros and cons of Unmanaged, UnsafePointers and Data?
|
|
13
|
481
|
March 12, 2025
|
SE-0458: Opt-in Strict Memory Safety Checking
|
|
57
|
3672
|
February 26, 2025
|
[Accepted] SE-0458: Opt-in Strict Memory Safety Checking
|
|
0
|
721
|
February 26, 2025
|
Swift mention in C++ safety post
|
|
2
|
435
|
February 8, 2025
|
Semantics of values obtained from Unmanaged
|
|
2
|
124
|
January 29, 2025
|
Exclusive Memory Access checks too restrictive?
|
|
3
|
260
|
September 9, 2024
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
7
|
3057
|
July 2, 2024
|
Measuring, avoiding, and diagnosing a stack memory overflow crash
|
|
2
|
2035
|
July 8, 2023
|
Does ‘KeyPath’ produce memory leaks?
|
|
4
|
1220
|
April 15, 2024
|
What is "reference may have escaped from deinit"?
|
|
9
|
5323
|
April 5, 2024
|
Why is self a strong reference?
|
|
49
|
1081
|
January 6, 2024
|
Does 'assign(to:)' produce memory leaks?
|
|
14
|
20868
|
November 22, 2023
|
Characteristics of Memory Access and nonatomic access
|
|
0
|
430
|
October 27, 2023
|
My unit test is keep crashing because struct that conformed to Equable has a outlined retain and it was released
|
|
11
|
2738
|
July 26, 2023
|
Request for iOS developers: Testing Swift-based apps for memory corruption using libmalloc
|
|
0
|
575
|
July 18, 2023
|
How to build libswiftCore.dylib, libswift_Concurrency.dylib suitable for injection via DYLD_INSERT_LIBRARIES into iOS app?
|
|
1
|
1640
|
July 18, 2023
|
Memory leak using swift JSONEncoder. serialized data is still left in app's memory after logout [iOS]
|
|
10
|
1384
|
July 13, 2023
|
New function colour: unsafe
|
|
104
|
4811
|
June 22, 2023
|
Crash in "safe" swift with actors/concurrency
|
|
5
|
3020
|
April 23, 2023
|
Undefined behaviour of uninitialised / unbound memory
|
|
13
|
989
|
April 18, 2023
|
Trivial type de/initialization?
|
|
1
|
647
|
April 16, 2023
|
Why does copyMemory from ContiguousArray give different output than Array?
|
|
11
|
1387
|
June 12, 2022
|
Custom memory pool allocators in Swift
|
|
4
|
1543
|
May 23, 2022
|
Is it reliable to use an unowned(unsafe) reference while the object in question is deinitializing?
|
|
2
|
1038
|
March 10, 2022
|
Huge performance hit from exclusive memory access checks
|
|
7
|
2627
|
January 1, 2022
|
Should a delegate property passed into a struct also be declared as weak in the struct?
|
|
1
|
544
|
October 13, 2021
|
Does `assign(to published: inout Published<Self.Output>.Publisher)` produce a memory leak
|
|
1
|
2068
|
September 2, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
4018
|
August 27, 2021
|
Is it safe to use a variable after modifying via a rebound pointer?
|
|
5
|
1075
|
February 18, 2021
|