3 references to CoTaskMemAlloc
mscorlib (3)
system\runtime\interopservices\marshal.cs (3)
1856IntPtr pNewMem = Win32Native.CoTaskMemAlloc(new UIntPtr((uint)cb)); 1879IntPtr hglobal = Win32Native.CoTaskMemAlloc(new UIntPtr((uint)nb)); 1918IntPtr hglobal = Win32Native.CoTaskMemAlloc(new UIntPtr((uint)nb));