Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Create()

static SafeLocalAllocHandle Internal.Cryptography.Pal.Native.SafeLocalAllocHandle.Create ( int cb)
inlinestatic

Definition at line 7 of file SafeLocalAllocHandle.cs.

8 {
9 SafeLocalAllocHandle safeLocalAllocHandle = new SafeLocalAllocHandle();
10 safeLocalAllocHandle.SetHandle(Marshal.AllocHGlobal(cb));
11 return safeLocalAllocHandle;
12 }
static IntPtr AllocHGlobal(int cb)
Definition Marshal.cs:625

References System.Runtime.InteropServices.Marshal.AllocHGlobal().

Referenced by Internal.Cryptography.Pal.Native.Helpers.ToLpstrArray().