IMalloc, interface
Alloue, libère, et gère la mémoire.Utilisez en général une implémentation existante tel que celui fourni par la fonction de CoGetMalloc.Pour plus d'informations, consultez IMalloc.
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000002-0000-0000-C000-000000000046")> _
Public Interface IMalloc
[InterfaceTypeAttribute()]
[GuidAttribute("00000002-0000-0000-C000-000000000046")]
public interface IMalloc
Le type IMalloc expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Alloc | ||
DidAlloc | ||
Free | ||
GetSize | ||
HeapMinimize | ||
Realloc |
Début