Home
last modified time | relevance | path

Searched refs:senderResponsePointer (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DLibraryConnection.cs39 Marshal.FreeHGlobal(senderResponsePointer); in Dispose()
40 senderResponsePointer = IntPtr.Zero; in Dispose()
188senderResponsePointer = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(ProtocolMessage)));
226 private IntPtr senderResponsePointer; field in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.LibraryConnection