IMallocSpyVtbl class final

Inheritance

Constructors

IMallocSpyVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IMallocSpy> This)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
PostAlloc Pointer<NativeFunction<Pointer<Void> Function(Pointer<IMallocSpy> This, Pointer<Void> pActual)>>
getter/setter pair
PostDidAlloc Pointer<NativeFunction<Int Function(Pointer<IMallocSpy> This, Pointer<Void> pRequest, BOOL fSpyed, Int fActual)>>
getter/setter pair
PostFree Pointer<NativeFunction<Void Function(Pointer<IMallocSpy> This, BOOL fSpyed)>>
getter/setter pair
PostGetSize Pointer<NativeFunction<SIZE_T Function(Pointer<IMallocSpy> This, SIZE_T cbActual, BOOL fSpyed)>>
getter/setter pair
PostHeapMinimize Pointer<NativeFunction<Void Function(Pointer<IMallocSpy> This)>>
getter/setter pair
PostRealloc Pointer<NativeFunction<Pointer<Void> Function(Pointer<IMallocSpy> This, Pointer<Void> pActual, BOOL fSpyed)>>
getter/setter pair
PreAlloc Pointer<NativeFunction<SIZE_T Function(Pointer<IMallocSpy> This, SIZE_T cbRequest)>>
getter/setter pair
PreDidAlloc Pointer<NativeFunction<Pointer<Void> Function(Pointer<IMallocSpy> This, Pointer<Void> pRequest, BOOL fSpyed)>>
getter/setter pair
PreFree Pointer<NativeFunction<Pointer<Void> Function(Pointer<IMallocSpy> This, Pointer<Void> pRequest, BOOL fSpyed)>>
getter/setter pair
PreGetSize Pointer<NativeFunction<Pointer<Void> Function(Pointer<IMallocSpy> This, Pointer<Void> pRequest, BOOL fSpyed)>>
getter/setter pair
PreHeapMinimize Pointer<NativeFunction<Void Function(Pointer<IMallocSpy> This)>>
getter/setter pair
PreRealloc Pointer<NativeFunction<SIZE_T Function(Pointer<IMallocSpy> This, Pointer<Void> pRequest, SIZE_T cbRequest, Pointer<Pointer<Void>> ppNewRequest, BOOL fSpyed)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IMallocSpy> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IMallocSpy> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited