3 references to Alloc
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\HeapBlockRetainer.cs (1)
30
SafeHeapAllocHandle hBlock = SafeHeapAllocHandle.
Alloc
(cbSize);
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
58
SafeHandle pvData = SafeHeapAllocHandle.
Alloc
(cbData);
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.CryptEncodeDecodeWrappers.cs (1)
36
SafeHandle sh = SafeHeapAllocHandle.
Alloc
(cbRequired);