1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 11:37:04 +09:00
Satori/docs/design/libraries/LibraryImportGenerator
Jackson Schuster 191ec61d66
Cleanup caller allocated and callee allocated resources separately (#89982)
This PR separates cleaning up caller allocated resources and callee allocated resources into separate stages in the managed to unmanaged direction. Caller allocated parameters (anything except 'out') will clean up the same way. Callee allocated parameters ('out' parameters) will be cleaned up only if the invocation succeeded.
2023-08-08 14:47:45 -07:00
..
Compatibility.md Add NFloat as an interop intrinsic for the source generator (#88257) 2023-06-30 11:30:22 -07:00
Pipeline.md Cleanup caller allocated and callee allocated resources separately (#89982) 2023-08-08 14:47:45 -07:00
SpanMarshallers.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
StructMarshalling.md Fix typos (#72709) 2022-07-23 20:24:28 -07:00
UserTypeMarshallingV2.md Update UserTypeMarshallingV2.md (#89222) 2023-07-19 16:49:40 -07:00