IMallocSpy Interface

Définition

Permet la surveillance de l’allocation de mémoire, la détection des fuites de mémoire et la simulation d’une défaillance de mémoire dans les appels aux méthodes imalloc. Pour plus d’informations, consultez IMallocSpy.

public interface class IMallocSpy
public interface class IMallocSpy
__interface IMallocSpy
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("0000001D-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IMallocSpy
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("0000001D-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IMallocSpy = interface
Public Interface IMallocSpy
Attributs

Méthodes

PostAlloc(IntPtr)
PostDidAlloc(IntPtr, Int32, Int32)
PostFree(Int32)
PostGetSize(UInt32, Int32)
PostHeapMinimize()
PostRealloc(IntPtr, Int32)
PreAlloc(UInt32)
PreDidAlloc(IntPtr, Int32)
PreFree(IntPtr, Int32)
PreGetSize(IntPtr, Int32)
PreHeapMinimize()
PreRealloc(IntPtr, UInt32, IntPtr, Int32)

S’applique à