ReactOS 0.4.16-dev-106-g10b08aa
|
Public Types | |
typedef IMalloc * | LPMALLOC |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
LPVOID | Alloc ([in] SIZE_T cb) |
LPVOID | Realloc ([in] LPVOID pv, [in] SIZE_T cb) |
void | Free ([in] LPVOID pv) |
SIZE_T | GetSize ([in] LPVOID pv) |
int | DidAlloc (LPVOID pv) |
void | HeapMinimize () |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 160 of file objidl.idl.
typedef IMalloc* IMalloc::LPMALLOC |
Definition at line 162 of file objidl.idl.
void IMalloc::HeapMinimize | ( | ) |