IMalloc Interface

Definição

Aloca, libera e gerencia a memória. Em geral, use uma implementação existente, como a fornecida pela função CoGetMalloc. Para obter mais informações, consulte IMalloc.

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
Atributos

Métodos

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

Aplica-se a