2 references to AllocZeroed
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicTlsSecret.cs (1)
27
tlsSecrets = (QUIC_TLS_SECRETS*)NativeMemory.
AllocZeroed
((nuint)sizeof(QUIC_TLS_SECRETS));
System.Private.CoreLib (1)
src\System\GC.CoreCLR.cs (1)
719
pWorkItem = (NoGCRegionCallbackFinalizerWorkItem*)NativeMemory.
AllocZeroed
((nuint)sizeof(NoGCRegionCallbackFinalizerWorkItem));