IMalloc Schnittstelle

Definition

Ordnet Arbeitsspeicher zu bzw. gibt ihn frei und verwaltet ihn. Verwenden Sie im Allgemeinen eine vorhandene Implementierung, z. b. die von der CoGetMalloc-Funktion bereitgestellte. Weitere Informationen finden Sie unter imzuzuzuweisung.

public interface class IMalloc
public interface class IMalloc
__interface IMalloc
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("00000002-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IMalloc
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("00000002-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IMalloc = interface
Public Interface IMalloc
Attribute

Methoden

Alloc(UInt32)
DidAlloc(IntPtr)
Free(IntPtr)
GetSize(IntPtr)
HeapMinimize()
Realloc(IntPtr, UInt32)

Gilt für