mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ASAN identified mismatched `operator new` and `operator delete` on these types. The reason for this is the sized allocation for the tail packing involved. Provide the associated `operator delete` that releases the memory. Note that the `operator delete` is static and does not have the implicit `this` pointer, and we cannot use the name `this` for the variable.
11 KiB
11 KiB