OpenSSL.Core.Native.CRYPTO_dbg_realloc C# (CSharp) Method

CRYPTO_dbg_realloc() private method

private CRYPTO_dbg_realloc ( IntPtr addr1, IntPtr addr2, int num, IntPtr file, int line, int before_p ) : void
addr1 System.IntPtr
addr2 System.IntPtr
num int
file System.IntPtr
line int
before_p int
return void
        public static extern void CRYPTO_dbg_realloc(IntPtr addr1, IntPtr addr2, int num, IntPtr file, int line, int before_p);
Native