ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
IMalloc | IMalloc_iface |
DWORD | dummy |
IMallocSpy * | pSpy |
DWORD | SpyedAllocationsLeft |
BOOL | SpyReleasePending |
LPVOID * | SpyedBlocks |
DWORD | SpyedBlockTableLength |
IMalloc _Malloc32::IMalloc_iface |
Definition at line 51 of file ifs.c.
Referenced by CoGetMalloc(), CoTaskMemAlloc(), CoTaskMemFree(), and CoTaskMemRealloc().
IMallocSpy* _Malloc32::pSpy |
Definition at line 53 of file ifs.c.
Referenced by CoRegisterMallocSpy(), CoRevokeMallocSpy(), IMalloc_fnAlloc(), IMalloc_fnDidAlloc(), IMalloc_fnFree(), IMalloc_fnGetSize(), IMalloc_fnHeapMinimize(), and IMalloc_fnRealloc().
DWORD _Malloc32::SpyedAllocationsLeft |
Definition at line 54 of file ifs.c.
Referenced by AddMemoryLocation(), CoRevokeMallocSpy(), IMalloc_fnFree(), IMalloc_fnRealloc(), and RemoveMemoryLocation().
LPVOID* _Malloc32::SpyedBlocks |
Definition at line 56 of file ifs.c.
Referenced by AddMemoryLocation(), mallocspy_is_allocation_spyed(), and SetSpyedBlockTableLength().
DWORD _Malloc32::SpyedBlockTableLength |
Definition at line 57 of file ifs.c.
Referenced by AddMemoryLocation(), mallocspy_is_allocation_spyed(), RemoveMemoryLocation(), and SetSpyedBlockTableLength().
BOOL _Malloc32::SpyReleasePending |
Definition at line 55 of file ifs.c.
Referenced by CoRevokeMallocSpy(), IMalloc_fnFree(), and IMalloc_fnRealloc().