Searched refs:gprsharp_free (Results 1 – 4 of 4) sorted by relevance
40 Native.gprsharp_free(handle); in ReleaseHandle()
98 public readonly Delegates.gprsharp_free_delegate gprsharp_free; field in Grpc.Core.Internal.NativeMethods198 this.gprsharp_free = GetMethodDelegate<Delegates.gprsharp_free_delegate>(library); in NativeMethods()297 this.gprsharp_free = DllImportsFromStaticLib.gprsharp_free; in NativeMethods()396 this.gprsharp_free = DllImportsFromSharedLib.gprsharp_free; in NativeMethods()725 public static extern void gprsharp_free(IntPtr ptr); in gprsharp_free() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib1018 public static extern void gprsharp_free(IntPtr ptr); in gprsharp_free() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
66 'void gprsharp_free(IntPtr ptr)',
524 GPR_EXPORT void GPR_CALLTYPE gprsharp_free(void* p) { gpr_free(p); } in gprsharp_free() function