启用内存分配,内存泄漏检测监视,并且,内存失败的模拟调用 IMalloc 方法。有关更多信息,请参见 IMallocSpy。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
<GuidAttribute("0000001D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IMallocSpy
[GuidAttribute("0000001D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IMallocSpy
IMallocSpy 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
PostAlloc | |
![]() |
PostDidAlloc | |
![]() |
PostFree | |
![]() |
PostGetSize | |
![]() |
PostHeapMinimize | |
![]() |
PostRealloc | |
![]() |
PreAlloc | |
![]() |
PreDidAlloc | |
![]() |
PreFree | |
![]() |
PreGetSize | |
![]() |
PreHeapMinimize | |
![]() |
PreRealloc |
页首