2 references to AllocHGlobal
mscorlib (1)
system\runtime\interopservices\marshal.cs (1)
1204return AllocHGlobal((IntPtr)cb);
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
451IntPtr buffer = Marshal.AllocHGlobal((IntPtr)bufSize);