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