HomeSort by relevance Sort by last modified time
    Searched refs:IMallocSpy (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h 156 typedef struct IMallocSpy IMallocSpy;
669 typedef IMallocSpy *LPMALLOCSPY;
673 struct IMallocSpy : public IUnknown {
691 HRESULT (WINAPI *QueryInterface)(IMallocSpy *This,REFIID riid,void **ppvObject);
692 ULONG (WINAPI *AddRef)(IMallocSpy *This);
693 ULONG (WINAPI *Release)(IMallocSpy *This);
694 SIZE_T (WINAPI *PreAlloc)(IMallocSpy *This,SIZE_T cbRequest);
695 void *(WINAPI *PostAlloc)(IMallocSpy *This,void *pActual);
696 void *(WINAPI *PreFree)(IMallocSpy *This,void *pRequest,WINBOOL fSpyed)
    [all...]
comdefsp.h 751 _COM_SMARTPTR_TYPEDEF(IMallocSpy,__uuidof(IMallocSpy));
    [all...]

Completed in 425 milliseconds