IMalloc Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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) |